Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
94af18755266edf46803564414d74f9621aaded8
/
.
/
arch
/
x86
/
include
/
asm
/
numaq
/
apicdef.h
blob: cd927d5bd505461b8ee64a8fa750ee0e94a6cbc9 [
file
] [
log
] [
blame
]
#ifndef
__ASM_NUMAQ_APICDEF_H
#define
__ASM_NUMAQ_APICDEF_H
static
inline
unsigned
int
numaq_get_apic_id
(
unsigned
long
x
)
{
return
(
x
>>
24
)
&
0x0F
;
}
#endif