diff --git a/arch/sh/mm/init.c b/arch/sh/mm/init.c index f1a494283c4ee9341a35d92879f3f3ab24f44188..31211bfdc6d8481f8d8e02ff918d88e40a972fb0 100644 --- a/arch/sh/mm/init.c +++ b/arch/sh/mm/init.c @@ -123,7 +123,6 @@ void __init page_table_range_init(unsigned long start, unsigned long end, if (!pmd_present(*pmd)) { pte_t *pte_table; pte_table = (pte_t *)alloc_bootmem_low_pages(PAGE_SIZE); - memset(pte_table, 0, PAGE_SIZE); pmd_populate_kernel(&init_mm, pmd, pte_table); }