]> git.baikalelectronics.ru Git - kernel.git/commit
x86: not clear empty_zero_page again
authorYinghai Lu <Yinghai.Lu@Sun.COM>
Wed, 30 Jan 2008 12:32:36 +0000 (13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:36 +0000 (13:32 +0100)
commit78f825f802c90ca07ad7793c55bff3923277cbb6
treedd0780ccfffa8b0cbc25bfb9f3d455cc4f231a66
parentb0f38349f59367474a43049d0761575fc275f7cd
x86: not clear empty_zero_page again

empty_zero_page is in .bss section, and it is cleared in clear_bss by
x86_64_start_kernel(). So don't clear that again in mem_init

Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/init_64.c