On Sun, 25 May 2014, Geert Uytterhoeven wrote:
Has anyone tested this on Atari?
The patch doesn't change behaviour. If someone wanted to test it, they'd also need to make changes like this: diff --git a/arch/m68k/kernel/head.S b/arch/m68k/kernel/head.S index 3ab329b..b210a29 100644 --- a/arch/m68k/kernel/head.S +++ b/arch/m68k/kernel/head.S @@ -2752,7 +2752,7 @@ L(scc_initable_mac): #ifdef CONFIG_ATARI /* #define USE_PRINTER */ /* #define USE_SCC_B */ -/* #define USE_SCC_A */ +#define USE_SCC_A #define USE_MFP #if defined(USE_SCC_A) || defined(USE_SCC_B) That difficulty is one reason why this patch series replaces some other buried macros with Kconfig symbols... -- -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html