2 Copyright © 2017, The AROS Development Team. All rights reserved.
8 #include <aros/kernel.h>
9 #include <aros/libcall.h>
11 #include "kernel_base.h"
12 #include "kernel_intern.h"
14 AROS_LH2(void, KrnGetCPUMask
,
15 AROS_LHA(uint32_t, id
, D0
),
16 AROS_LHA(void *, mask
, A0
),
17 struct KernelBase
*, KernelBase
, 45, Kernel
)
21 core_APIC_GetMask(KernelBase
->kb_PlatformData
->kb_APIC
, id
, (cpumask_t
*)mask
);