summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.c b/init.c
index cb900c5..169ae07 100644
--- a/init.c
+++ b/init.c
@@ -177,9 +177,7 @@ init_hwrpb (unsigned long memsize)
hwrpb.processor.type = PCA56_CPU;
hwrpb.hwrpb.intr_freq = HZ * 4096;
-
- /* ??? What the hell should we put here. Measure like the kernel will? */
- hwrpb.hwrpb.cycle_freq = 400000000;
+ hwrpb.hwrpb.cycle_freq = 250000000; /* QEMU architects 250MHz. */
hwrpb.hwrpb.vptb = VPTPTR;