2 Copyright © 1995-2014, 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, KrnGetCPUNumber
,
14 struct KernelBase
*, KernelBase
, 37, Kernel
)
18 return core_APIC_GetNumber(KernelBase
->kb_PlatformData
->kb_APIC
);