Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
89027d35aa5b8f45ce0f7fa0911db85b46563da0
/
.
/
include
/
asm-x86
/
irq_remapping.h
blob: 78242c6ffa588f6dea9b71ae093946f93ea6417f [
file
] [
log
] [
blame
]
Suresh Siddha
89027d3
2008-07-10 11:16:56 -0700
[
diff
] [
blame^
]
1
#ifndef
_ASM_IRQ_REMAPPING_H
2
#define
_ASM_IRQ_REMAPPING_H
3
4
extern
int
x2apic
;
5
6
#define
IRTE_DEST
(
dest
)
((
x2apic
)
?
dest
:
dest
<<
8
)
7
8
#endif