Applied NewOS change 1914: moved APIC setup into the kernel due to a

problem with the APIC clock speed test.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6980 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-03-14 22:54:00 +00:00
parent 7ec81f4c11
commit 4a2e872cca
8 changed files with 129 additions and 93 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ enum {
SMP_MSG_FLAG_SYNC,
};
int smp_init(struct kernel_args *ka);
status_t smp_init(struct kernel_args *args);
status_t smp_per_cpu_init(struct kernel_args *args, int32 cpu);
int smp_trap_non_boot_cpus(struct kernel_args *ka, int cpu);
void smp_wake_up_all_non_boot_cpus(void);
void smp_wait_for_ap_cpus(struct kernel_args *ka);