提交 3dfe3302 编写于 作者: M Mathias Krause 提交者: Geert Uytterhoeven

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: NMathias Krause <minipli@googlemail.com>
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
上级 f0b914ae
...@@ -44,9 +44,6 @@ void __init paging_init(void) ...@@ -44,9 +44,6 @@ void __init paging_init(void)
unsigned long zones_size[MAX_NR_ZONES] = { 0, }; unsigned long zones_size[MAX_NR_ZONES] = { 0, };
unsigned long size; unsigned long size;
#ifdef TEST_VERIFY_AREA
wp_works_ok = 0;
#endif
empty_zero_page = alloc_bootmem_pages(PAGE_SIZE); empty_zero_page = alloc_bootmem_pages(PAGE_SIZE);
address = PAGE_OFFSET; address = PAGE_OFFSET;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册