Sign in
gem5
/
arm
/
linux
/
94af18755266edf46803564414d74f9621aaded8
/
.
/
arch
/
x86
/
include
/
asm
/
bigsmp
/
apicdef.h
blob: e58dee847573971fc5df95a1ffe080199a79788b [
file
] [
log
] [
blame
]
#ifndef
__ASM_MACH_APICDEF_H
#define
__ASM_MACH_APICDEF_H
static
inline
unsigned
bigsmp_get_apic_id
(
unsigned
long
x
)
{
return
(
x
>>
24
)
&
0xFF
;
}
#endif