Skip to content

Commit 3dfe330

Browse files
minipligeertu
authored andcommitted
m68k/sun3: Remove dead code in paging_init()
The macro TEST_VERIFY_AREA can never be defined as there's no wp_works_ok variable. So just remove the dead code. Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
1 parent f0b914a commit 3dfe330

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/m68k/mm/sun3mmu.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ void __init paging_init(void)
4444
unsigned long zones_size[MAX_NR_ZONES] = { 0, };
4545
unsigned long size;
4646

47-
#ifdef TEST_VERIFY_AREA
48-
wp_works_ok = 0;
49-
#endif
5047
empty_zero_page = alloc_bootmem_pages(PAGE_SIZE);
5148

5249
address = PAGE_OFFSET;

0 commit comments

Comments
 (0)