diff options
Diffstat (limited to 'arch/frv/mm/init.c')
-rw-r--r-- | arch/frv/mm/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/frv/mm/init.c b/arch/frv/mm/init.c index 1b851db34186..0708284f85fb 100644 --- a/arch/frv/mm/init.c +++ b/arch/frv/mm/init.c | |||
@@ -87,8 +87,6 @@ void __init paging_init(void) | |||
87 | 87 | ||
88 | pkmap_page_table = alloc_bootmem_pages(PAGE_SIZE); | 88 | pkmap_page_table = alloc_bootmem_pages(PAGE_SIZE); |
89 | 89 | ||
90 | memset(pkmap_page_table, 0, PAGE_SIZE); | ||
91 | |||
92 | pge = swapper_pg_dir + pgd_index_k(PKMAP_BASE); | 90 | pge = swapper_pg_dir + pgd_index_k(PKMAP_BASE); |
93 | pue = pud_offset(pge, PKMAP_BASE); | 91 | pue = pud_offset(pge, PKMAP_BASE); |
94 | pme = pmd_offset(pue, PKMAP_BASE); | 92 | pme = pmd_offset(pue, PKMAP_BASE); |