The patch titled x86: make i387 mxcsr_feature_mask __read_mostly has been removed from the -mm tree. Its filename is x86-make-i387-mxcsr_feature_mask-__read_mostly.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 --- a/arch/i386/kernel/i387.c~x86-make-i387-mxcsr_feature_mask-__read_mostly +++ a/arch/i386/kernel/i387.c @@ -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 --- a/arch/x86_64/kernel/i387.c~x86-make-i387-mxcsr_feature_mask-__read_mostly +++ a/arch/x86_64/kernel/i387.c @@ -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 cpu_relax-use-in-acpi-lock.patch git-input.patch ni5010-netcard-cleanup.patch acx1xx-wireless-driver.patch x86-constify-some-parts-of-arch-i386-kernel-cpu.patch cpu_relax-smpbootc.patch make-debug_mutex_on-__read_mostly.patch constify-parts-of-kernel-power.patch constify-libcrc32c-table.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