58,61d57
< // set the back pointer from the system to myself
< #if FULL_SYSTEM //XXX No platform pointer in SE mode.
< system->platform = this;
< #endif
122,128d117
< Tick
< Pc::intrFrequency()
< {
< panic("Need implementation for intrFrequency\n");
< M5_DUMMY_RETURN
< }
<