commit | 27d5d3c45361242df244c9fe9568c1ea3faec87e | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sun Apr 24 13:40:23 2011 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Sun Apr 24 13:40:23 2011 -0700 |
tree | f90a0ebcb71e5961986242eab8c6e0c7707554d5 | |
parent | 6d3e153cf8b83306b8faa5e969d3f784a4d2b372 [diff] |
Use fixed frequency for rpcc.
diff --git a/init.c b/init.c index cb900c5..169ae07 100644 --- a/init.c +++ b/init.c
@@ -177,9 +177,7 @@ 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;