aboutsummaryrefslogtreecommitdiff
path: root/core/chip.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-08-09 16:38:09 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-11 19:54:22 +1000
commit586939633523774acf1bda2ce64f3e81d7ceb724 (patch)
tree4ddfe8d633b8f25e39be5107e605c17a0d387c60 /core/chip.c
parentabab9520a752ddb6bf0b53cfd25e22ce2b75c8b0 (diff)
downloadskiboot-586939633523774acf1bda2ce64f3e81d7ceb724.zip
skiboot-586939633523774acf1bda2ce64f3e81d7ceb724.tar.gz
skiboot-586939633523774acf1bda2ce64f3e81d7ceb724.tar.bz2
chiptod: Enable ChipTOD in SIMICS
It models it properly these days so the quirk is unnecessary Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/chip.c')
-rw-r--r--core/chip.c2
1 files changed, 1 insertions, 1 deletions
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");