* grub-core/kern/mips/arc/init.c (grub_machine_init): Set clock
frequency to 150 MHz.
This commit is contained in:
parent
489509f40e
commit
42d0867ff7
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2012-06-26 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/kern/mips/arc/init.c (grub_machine_init): Set clock
|
||||||
|
frequency to 150 MHz.
|
||||||
|
|
||||||
2012-06-26 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-06-26 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Apple fixes.
|
Apple fixes.
|
||||||
|
|
|
@ -137,7 +137,7 @@ grub_machine_init (void)
|
||||||
grub_console_init_early ();
|
grub_console_init_early ();
|
||||||
|
|
||||||
/* FIXME: measure this. */
|
/* FIXME: measure this. */
|
||||||
grub_arch_cpuclock = 64000000;
|
grub_arch_cpuclock = 150000000;
|
||||||
grub_install_get_time_ms (grub_rtc_get_time_ms);
|
grub_install_get_time_ms (grub_rtc_get_time_ms);
|
||||||
|
|
||||||
while (1)
|
while (1)
|
||||||
|
|
Loading…
Reference in a new issue