- patches.arch/x86_mce_intel_decode_physical_address.patch:
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / include / asm / mmu.h
index 1ad1b2f..80a1dee 100644 (file)
 typedef struct {
        void *ldt;
        int size;
-#ifdef CONFIG_XEN
-       unsigned has_foreign_mappings:1;
-#endif
        struct mutex lock;
        void *vdso;
 } mm_context_t;
 
-#if defined(CONFIG_SMP) && !defined(CONFIG_XEN)
+#ifdef CONFIG_SMP
 void leave_mm(int cpu);
 #else
 static inline void leave_mm(int cpu)