diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/io_apic.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/asm-x86/io_apic.h b/include/asm-x86/io_apic.h index 8ec68a50cf10..ce818292d2c7 100644 --- a/include/asm-x86/io_apic.h +++ b/include/asm-x86/io_apic.h | |||
@@ -87,24 +87,8 @@ struct IO_APIC_route_entry { | |||
87 | mask : 1, /* 0: enabled, 1: disabled */ | 87 | mask : 1, /* 0: enabled, 1: disabled */ |
88 | __reserved_2 : 15; | 88 | __reserved_2 : 15; |
89 | 89 | ||
90 | #ifdef CONFIG_X86_32 | ||
91 | union { | ||
92 | struct { | ||
93 | __u32 __reserved_1 : 24, | ||
94 | physical_dest : 4, | ||
95 | __reserved_2 : 4; | ||
96 | } physical; | ||
97 | |||
98 | struct { | ||
99 | __u32 __reserved_1 : 24, | ||
100 | logical_dest : 8; | ||
101 | } logical; | ||
102 | } dest; | ||
103 | #else | ||
104 | __u32 __reserved_3 : 24, | 90 | __u32 __reserved_3 : 24, |
105 | dest : 8; | 91 | dest : 8; |
106 | #endif | ||
107 | |||
108 | } __attribute__ ((packed)); | 92 | } __attribute__ ((packed)); |
109 | 93 | ||
110 | struct IR_IO_APIC_route_entry { | 94 | struct IR_IO_APIC_route_entry { |