2008-08-07 Bean <bean123ch@gmail.com>
* conf/x86_64-efi.rmk (kernel_mod_SOURCES): Add kern/time.c, kern/i386/tsc.c and kern/i386/pit.c. * include/grub/i386/tsc.h (grub_cpu_is_cpuid_supported): Handle x86_64 platform. * kern/i386/efi/init.c: Replace <grub/cpu/tsc.h> with <grub/i386/tsc.h>. * kern/i386/pit.c: Replace <grub/cpu/io.h> with <grub/i386/io.h>.
This commit is contained in:
parent
1a6cac8921
commit
5ebc275d6f
6 changed files with 107 additions and 6 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2008-08-07 Bean <bean123ch@gmail.com>
|
||||
|
||||
* conf/x86_64-efi.rmk (kernel_mod_SOURCES): Add kern/time.c,
|
||||
kern/i386/tsc.c and kern/i386/pit.c.
|
||||
|
||||
* include/grub/i386/tsc.h (grub_cpu_is_cpuid_supported): Handle
|
||||
x86_64 platform.
|
||||
|
||||
* kern/i386/efi/init.c: Replace <grub/cpu/tsc.h> with
|
||||
<grub/i386/tsc.h>.
|
||||
|
||||
* kern/i386/pit.c: Replace <grub/cpu/io.h> with <grub/i386/io.h>.
|
||||
|
||||
2008-08-07 Bean <bean123ch@gmail.com>
|
||||
|
||||
* conf/i386-efi.rmk (kernel_mod_SOURCES): Add kern/time.c.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue