x86: make struct mpc_config_translation NUMAQ-only
[sfrench/cifs-2.6.git] / include / asm-x86 / mach-numaq / mach_apic.h
index 3b637fac890b8da769ab398cbe02d6dfe1a54d55..75a56e5afbe7093db489441b3135c27946ea3234 100644 (file)
@@ -95,6 +95,16 @@ static inline physid_mask_t apicid_to_cpu_present(int logical_apicid)
        return physid_mask_of_physid(cpu + 4*node);
 }
 
+struct mpc_config_translation {
+       unsigned char mpc_type;
+       unsigned char trans_len;
+       unsigned char trans_type;
+       unsigned char trans_quad;
+       unsigned char trans_global;
+       unsigned char trans_local;
+       unsigned short trans_reserved;
+};
+
 static inline int mpc_apic_id(struct mpc_config_processor *m, 
                        struct mpc_config_translation *translation_record)
 {