invoke arch specific distfiles targets
[AROS.git] / arch / x86_64-pc / kernel / getcpucount.c
blob663e5bb2e3a5ff7180da517d787a64909e31dab4
1 #include <aros/kernel.h>
2 #include <aros/libcall.h>
4 #include "kernel_base.h"
5 #include "kernel_intern.h"
6 #include "apic.h"
8 AROS_LH0(unsigned int, KrnGetCPUCount,
9 struct KernelBase *, KernelBase, 36, Kernel)
11 AROS_LIBFUNC_INIT
13 return KernelBase->kb_PlatformData->kb_APIC->count;
15 AROS_LIBFUNC_EXIT