invoke arch specific distfiles targets
[AROS.git] / arch / x86_64-pc / kernel / getcpunumber.c
blobf053b53932c9714d3c4e2f35219cca5d95a84cd1
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, KrnGetCPUNumber,
9 struct KernelBase *, KernelBase, 37, Kernel)
11 AROS_LIBFUNC_INIT
13 return core_APIC_GetNumber(KernelBase->kb_PlatformData->kb_APIC);
15 AROS_LIBFUNC_EXIT