[Skiboot] [PATCH 33/33] chiptod: Enable ChipTOD in SIMICS

Benjamin Herrenschmidt benh at kernel.crashing.org
Sat Jun 25 08:47:56 AEST 2016


It models it properly these days so the quirk is unnecessary

Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.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