commit | e3ed910db221768f8fd6192b13373e17d61bcdf0 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Wed Jan 30 13:34:11 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:34:11 2008 +0100 |
tree | 67a5eed4709a4b1b38e952af5bfc0340f78703af | |
parent | fa28ba21cec24d3fa1279bcae7e5d5ff6224635a [diff] |
x86: use the same pgd_list for PAE and 64-bit Use a standard list threaded through page->lru for maintaining the pgd list on PAE. This is the same as 64-bit, and seems saner than using a non-standard list via page->index. Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>