x86, um: ... and asm-x86 move
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
8
arch/x86/include/asm/irq_remapping.h
Normal file
8
arch/x86/include/asm/irq_remapping.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _ASM_IRQ_REMAPPING_H
|
||||
#define _ASM_IRQ_REMAPPING_H
|
||||
|
||||
extern int x2apic;
|
||||
|
||||
#define IRTE_DEST(dest) ((x2apic) ? dest : dest << 8)
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user