Subject: [merged] score-remove-unused-cpu_score7-kconfig-parameter.patch removed from -mm tree To: michael.opdenacker@xxxxxxxxxxxxxxxxxx,lennox.wu@xxxxxxxxx,liqin.linux@xxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Fri, 04 Apr 2014 12:29:43 -0700 The patch titled Subject: score: remove unused CPU_SCORE7 Kconfig parameter has been removed from the -mm tree. Its filename was score-remove-unused-cpu_score7-kconfig-parameter.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Michael Opdenacker <michael.opdenacker@xxxxxxxxxxxxxxxxxx> Subject: score: remove unused CPU_SCORE7 Kconfig parameter This removes the CPU_SCORE7 Kconfig parameter, which is no longer used anywhere in the source code and Makefiles. Signed-off-by: Michael Opdenacker <michael.opdenacker@xxxxxxxxxxxxxxxxxx> Cc: Chen Liqin <liqin.linux@xxxxxxxxx> Cc: Lennox Wu <lennox.wu@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/score/Kconfig | 6 ------ 1 file changed, 6 deletions(-) diff -puN arch/score/Kconfig~score-remove-unused-cpu_score7-kconfig-parameter arch/score/Kconfig --- a/arch/score/Kconfig~score-remove-unused-cpu_score7-kconfig-parameter +++ a/arch/score/Kconfig @@ -22,27 +22,21 @@ choice config ARCH_SCORE7 bool "SCORE7 processor" select SYS_SUPPORTS_32BIT_KERNEL - select CPU_SCORE7 select GENERIC_HAS_IOMAP config MACH_SPCT6600 bool "SPCT6600 series based machines" select SYS_SUPPORTS_32BIT_KERNEL - select CPU_SCORE7 select GENERIC_HAS_IOMAP config SCORE_SIM bool "Score simulator" select SYS_SUPPORTS_32BIT_KERNEL - select CPU_SCORE7 select GENERIC_HAS_IOMAP endchoice endmenu -config CPU_SCORE7 - bool - config NO_DMA bool default y _ Patches currently in -mm which might be from michael.opdenacker@xxxxxxxxxxxxxxxxxx are origin.patch maintainers-update-ibm-serveraid-raid-info.patch linux-next.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