The patch titled x86: make i387 mxcsr_feature_mask __read_mostly has been added to the -mm tree. Its filename is x86-make-i387-mxcsr_feature_mask-__read_mostly.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: x86: make i387 mxcsr_feature_mask __read_mostly From: Andreas Mohr <andi@xxxxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andreas Mohr <andi@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/i387.c | 2 +- arch/x86_64/kernel/i387.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -puN arch/i386/kernel/i387.c~x86-make-i387-mxcsr_feature_mask-__read_mostly arch/i386/kernel/i387.c --- 25/arch/i386/kernel/i387.c~x86-make-i387-mxcsr_feature_mask-__read_mostly Wed May 24 13:38:30 2006 +++ 25-akpm/arch/i386/kernel/i387.c Wed May 24 13:38:30 2006 @@ -25,7 +25,7 @@ #define HAVE_HWFP 1 #endif -static unsigned long mxcsr_feature_mask = 0xffffffff; +static unsigned long mxcsr_feature_mask __read_mostly = 0xffffffff; void mxcsr_feature_mask_init(void) { diff -puN arch/x86_64/kernel/i387.c~x86-make-i387-mxcsr_feature_mask-__read_mostly arch/x86_64/kernel/i387.c --- 25/arch/x86_64/kernel/i387.c~x86-make-i387-mxcsr_feature_mask-__read_mostly Wed May 24 13:38:30 2006 +++ 25-akpm/arch/x86_64/kernel/i387.c Wed May 24 13:38:30 2006 @@ -24,7 +24,7 @@ #include <asm/ptrace.h> #include <asm/uaccess.h> -unsigned int mxcsr_feature_mask = 0xffffffff; +unsigned int mxcsr_feature_mask __read_mostly = 0xffffffff; void mxcsr_feature_mask_init(void) { _ Patches currently in -mm which might be from andi@xxxxxxxxxxxxxxxxxxxxxxx are origin.patch git-acpi.patch mm-constify-drivers-char-keyboardc.patch acx1xx-wireless-driver.patch i386-apmc-optimization.patch x86-make-using_apic_timer-__read_mostly.patch x86-cyrix-code-config_pci-fix--add-__initdata.patch x86-constify-some-parts-of-arch-i386-kernel-cpu.patch x86-make-i387-mxcsr_feature_mask-__read_mostly.patch x86-make-acpi-errata-__read_mostly.patch x86-constify-arch-i386-pci-irqc.patch x86-use-proper-defines-for-i8259a-i-o.patch x86-powerpc-make-hardirq_ctx-and-softirq_ctx-__read_mostly.patch make-noirqdebug-irqfixup-__read_mostly-add-unlikely.patch make-pmtmr_ioport-__read_mostly.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html