]> git.baikalelectronics.ru Git - kernel.git/commit
x86/paravirt: Remove duplicate paravirt_pagetable_setup_{start, done}()
authorAlex Nixon <alex.nixon@citrix.com>
Wed, 3 Sep 2008 13:36:40 +0000 (14:36 +0100)
committerIngo Molnar <mingo@elte.hu>
Sun, 14 Sep 2008 16:10:01 +0000 (18:10 +0200)
commit45dd0292249f1cd5fd58d8f447b029ba10299336
treea9f361266027fa9a38eb898c20d631e9b2bf702e
parent8618a085ca0f1b8ddb61501ee803430a1a73b402
x86/paravirt: Remove duplicate paravirt_pagetable_setup_{start, done}()

They were already called once in arch/x86/kernel/setup.c - we don't need to call them again.

fixes:

  http://bugzilla.kernel.org/show_bug.cgi?id=11485

Signed-off-by: Alex Nixon <alex.nixon@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/init_32.c