]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/io_apic.h
x86, io-apic: remove union about dest for log/phy
[linux-2.6-omap-h63xx.git] / include / asm-x86 / io_apic.h
index 8ec68a50cf103b3779da806b391978fb27fcdc2c..ce818292d2c7805f8bbe6f7e318bccd99aff03e5 100644 (file)
@@ -87,24 +87,8 @@ struct IO_APIC_route_entry {
                mask            :  1,   /* 0: enabled, 1: disabled */
                __reserved_2    : 15;
 
-#ifdef CONFIG_X86_32
-       union {
-               struct {
-                       __u32   __reserved_1    : 24,
-                               physical_dest   :  4,
-                               __reserved_2    :  4;
-               } physical;
-
-               struct {
-                       __u32   __reserved_1    : 24,
-                               logical_dest    :  8;
-               } logical;
-       } dest;
-#else
        __u32   __reserved_3    : 24,
                dest            :  8;
-#endif
-
 } __attribute__ ((packed));
 
 struct IR_IO_APIC_route_entry {