The patch titled Remove __INIT_REFOK and __INITDATA_REFOK has been removed from the -mm tree. Its filename was remove-__init_refok-and-__initdata_refok.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: Remove __INIT_REFOK and __INITDATA_REFOK From: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Commit 312b1485fb509c9bc32eda28ad29537896658cb8 made __INIT_REFOK expand into .section .section ".ref.text", "ax". Since the assembler doesn't tolerate stuttering in the source that broke all MIPS builds. Since with this change Sam downgraded __INIT_REFOK to just a backward compat thing and there being only a single use in the MIPS arch code the best solution is to delete both of __INIT_REFOK and __INITDATA_REFOK (which was equally broken) being unused anyway these can be deleted. Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/init.h | 3 --- 1 file changed, 3 deletions(-) diff -puN include/linux/init.h~remove-__init_refok-and-__initdata_refok include/linux/init.h --- a/include/linux/init.h~remove-__init_refok-and-__initdata_refok +++ a/include/linux/init.h @@ -124,9 +124,6 @@ #define __REF .section ".ref.text", "ax" #define __REFDATA .section ".ref.data", "aw" #define __REFCONST .section ".ref.rodata", "aw" -/* backward compatibility */ -#define __INIT_REFOK .section __REF -#define __INITDATA_REFOK .section __REFDATA #ifndef __ASSEMBLY__ /* _ Patches currently in -mm which might be from ralf@xxxxxxxxxxxxxx are origin.patch git-kbuild.patch mips-use-find_task_by_vpid-in-system-calls.patch git-net.patch git-watchdog.patch maps4-rework-task_size-macros.patch maps4-rework-task_size-macros-mips-fix.patch drivers-pmc-msp71xx-gpio-char-driver.patch remove-inclusions-of-linux-autoconfh.patch get-rid-of-nr_open-and-introduce-a-sysctl_nr_open.patch get-rid-of-nr_open-and-introduce-a-sysctl_nr_open-fix.patch serial-use-sgi_has_zilog-for-ip22_zilog-depends.patch char-use-sgi_has_ds1286-for-sgi_ds1286-depends.patch sc26xx-new-serial-driver-for-sc2681-uarts.patch sc26xx-new-serial-driver-for-sc2681-uarts-update.patch calibrate_delay-must-be-__cpuinit.patch dz-clean-up-and-improve-the-setup-of-termios-settings.patch dzc-use-a-helper-to-cast-from-struct-uart_port.patch dzc-resource-management.patch sanitize-the-type-of-struct-useru_ar0.patch add-cmpxchg64-and-cmpxchg64_local-to-mips.patch pid-fix-mips-irix-emulation-pid-usage.patch pid-fix-mips-irix-emulation-pid-usage-fix.patch avoid-overflows-in-kernel-timec.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