2008-08-06 Robert Millan <rmh@aybabtu.com>

* conf/i386-coreboot.rmk (kernel_elf_ASFLAGS): New variable.
        * kern/i386/tsc.c: Include `<grub/i386/pit.h>'.
This commit is contained in:
robertmh 2008-08-06 12:27:28 +00:00
parent 2b99f12345
commit 057bc4acaf
4 changed files with 8 additions and 0 deletions

View file

@ -24,6 +24,7 @@
#include <grub/time.h>
#include <grub/misc.h>
#include <grub/i386/tsc.h>
#include <grub/i386/pit.h>
/* This defines the value TSC had at the epoch (that is, when we calibrated it). */
static grub_uint64_t tsc_boot_time;