Thomas Gleixner 76ebd0548d x86: introduce page pool in cpa
DEBUG_PAGEALLOC was not possible on 64-bit due to its early-bootup
hardcoded reliance on PSE pages, and the unrobustness of the runtime
splitup of large pages. The splitup ended in recursive calls to
alloc_pages() when a page for a pte split was requested.

Avoid the recursion with a preallocated page pool, which is used to
split up large mappings and gets refilled in the return path of
kernel_map_pages after the split has been done. The size of the page
pool is adjusted to the available memory.

This part just implements the page pool and the initialization w/o
using it yet.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-02-09 23:24:09 +01:00
..
2008-02-08 15:33:32 -08:00
2008-02-08 09:22:31 -08:00
2008-02-09 11:08:34 -08:00
2008-02-09 18:24:41 +01:00
2008-02-09 23:24:09 +01:00
2008-02-08 15:33:32 -08:00
2008-02-03 17:19:47 +02:00
2008-01-31 17:40:18 +01:00
2008-02-06 10:41:16 -08:00