diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/mm/init_64.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c index 15e05a004fcf..6c3f6eb1f790 100644 --- a/arch/x86/mm/init_64.c +++ b/arch/x86/mm/init_64.c | |||
@@ -495,8 +495,7 @@ void __init mem_init(void) | |||
495 | 495 | ||
496 | pci_iommu_alloc(); | 496 | pci_iommu_alloc(); |
497 | 497 | ||
498 | /* clear the zero-page */ | 498 | /* clear_bss() already clear the empty_zero_page */ |
499 | memset(empty_zero_page, 0, PAGE_SIZE); | ||
500 | 499 | ||
501 | reservedpages = 0; | 500 | reservedpages = 0; |
502 | 501 | ||