diff options
Diffstat (limited to 'arch/x86/include/asm/genapic.h')
-rw-r--r-- | arch/x86/include/asm/genapic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/genapic.h b/arch/x86/include/asm/genapic.h index 108abdf6953b..e998e3df5d23 100644 --- a/arch/x86/include/asm/genapic.h +++ b/arch/x86/include/asm/genapic.h | |||
@@ -23,8 +23,8 @@ struct genapic { | |||
23 | int (*acpi_madt_oem_check)(char *oem_id, char *oem_table_id); | 23 | int (*acpi_madt_oem_check)(char *oem_id, char *oem_table_id); |
24 | int (*apic_id_registered)(void); | 24 | int (*apic_id_registered)(void); |
25 | 25 | ||
26 | u32 int_delivery_mode; | 26 | u32 irq_delivery_mode; |
27 | u32 int_dest_mode; | 27 | u32 irq_dest_mode; |
28 | 28 | ||
29 | const struct cpumask *(*target_cpus)(void); | 29 | const struct cpumask *(*target_cpus)(void); |
30 | 30 | ||