aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86_64/mach_apic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64/mach_apic.h')
-rw-r--r--include/asm-x86_64/mach_apic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86_64/mach_apic.h b/include/asm-x86_64/mach_apic.h
index d33422450c0..7b7115a0c1c 100644
--- a/include/asm-x86_64/mach_apic.h
+++ b/include/asm-x86_64/mach_apic.h
@@ -17,6 +17,7 @@
#define INT_DELIVERY_MODE (genapic->int_delivery_mode)
#define INT_DEST_MODE (genapic->int_dest_mode)
#define TARGET_CPUS (genapic->target_cpus())
+#define vector_allocation_domain (genapic->vector_allocation_domain)
#define apic_id_registered (genapic->apic_id_registered)
#define init_apic_ldr (genapic->init_apic_ldr)
#define send_IPI_mask (genapic->send_IPI_mask)