summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-04-24 13:40:23 -0700
committerRichard Henderson <rth@twiddle.net>2011-04-24 13:40:23 -0700
commit27d5d3c45361242df244c9fe9568c1ea3faec87e (patch)
treef90a0ebcb71e5961986242eab8c6e0c7707554d5
parent6d3e153cf8b83306b8faa5e969d3f784a4d2b372 (diff)
downloadqemu-palcode-27d5d3c45361242df244c9fe9568c1ea3faec87e.tar.gz
Use fixed frequency for rpcc.
-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;