[Skiboot] [PATCH 05/12] chiptod: Enable ChipTOD in SIMICS
Michael Neuling
mikey at neuling.org
Thu Jul 21 17:20:43 AEST 2016
From: Benjamin Herrenschmidt <benh at kernel.crashing.org>
It models it properly these days so the quirk is unnecessary
Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
Signed-off-by: Michael Neuling <mikey at neuling.org>
---
core/chip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/chip.c b/core/chip.c
index 2651ad4..b39a0f0 100644
--- a/core/chip.c
+++ b/core/chip.c
@@ -84,7 +84,7 @@ void init_chips(void)
}
/* Detect simics */
if (dt_find_by_path(dt_root, "/simics")) {
- proc_chip_quirks |= QUIRK_SIMICS | QUIRK_NO_CHIPTOD
+ proc_chip_quirks |= QUIRK_SIMICS
| QUIRK_NO_PBA | QUIRK_NO_OCC_IRQ | QUIRK_SLOW_SIM;
tb_hz = 512000;
prlog(PR_NOTICE, "CHIP: Detected Simics simulator\n");
--
2.7.4
More information about the Skiboot
mailing list