mirror of
https://review.haiku-os.org/haiku
synced 2025-02-21 13:09:31 +01:00
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:
parent
2fd4fdcf3b
commit
6a8cce077f
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user