add hpet locations to the kernel_args. Patch by Dustin Howett (GSOC)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27129 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2008-08-22 08:03:25 +00:00
parent 2fd4fdcf3b
commit 6a8cce077f

View File

@ -39,6 +39,9 @@ typedef struct {
uint32 cpu_apic_id[MAX_BOOT_CPUS];
uint32 cpu_os_id[MAX_BOOT_CPUS];
uint32 cpu_apic_version[MAX_BOOT_CPUS];
// hpet stuff
uint32 hpet_phys;
uint32 *hpet;
} arch_kernel_args;
#endif /* KERNEL_ARCH_x86_KERNEL_ARGS_H */