Re: [PATCH 6/6] m68k: paging_init - remove dead code

2017-02-13 Thread Geert Uytterhoeven
On Sun, Feb 12, 2017 at 10:12 PM, Mathias Krause wrote: > The macro TEST_VERIFY_AREA can never be defined as there's no > wp_works_ok variable. So just remove the dead code. > > Cc: Geert Uytterhoeven > Signed-off-by: Mathias Krause Thanks, applied with rewritten one-line summary to match subsy

[PATCH 6/6] m68k: paging_init - remove dead code

2017-02-12 Thread Mathias Krause
The macro TEST_VERIFY_AREA can never be defined as there's no wp_works_ok variable. So just remove the dead code. Cc: Geert Uytterhoeven Signed-off-by: Mathias Krause --- arch/m68k/mm/sun3mmu.c |3 --- 1 file changed, 3 deletions(-) diff --git a/arch/m68k/mm/sun3mmu.c b/arch/m68k/mm/sun3mm