2 Copyright © 1995-2017, The AROS Development Team. All rights reserved.
6 #include <aros/kernel.h>
7 #include <aros/libcall.h>
9 #include "kernel_base.h"
10 #include "kernel_intern.h"
13 AROS_LH0(unsigned int, KrnGetCPUCount
,
14 struct KernelBase
*, KernelBase
, 40, Kernel
)
18 if (!KernelBase
->kb_PlatformData
)
21 if (!KernelBase
->kb_PlatformData
->kb_APIC
)
24 return KernelBase
->kb_PlatformData
->kb_APIC
->apic_count
;