]> git.baikalelectronics.ru Git - kernel.git/commit
x86: unify PAE/non-PAE pgd_ctor
authorJeremy Fitzhardinge <jeremy@goop.org>
Mon, 4 Feb 2008 15:48:02 +0000 (16:48 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 4 Feb 2008 15:48:02 +0000 (16:48 +0100)
commitfb3917e275a72a48a75c6a82ec1d439753b3d73a
treedc84bafacd209118f460af7a1ddd6cdb0af372cf
parent65ca426f2cf0006d64f17fafb6eff2c99474cb00
x86: unify PAE/non-PAE pgd_ctor

The constructors for PAE and non-PAE pgd_ctors are more or less
identical, and can be made into the same function.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Cc: William Irwin <wli@holomorphy.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/pgtable_32.c