commit | 1e3e19723ecd58149388f3eecbd3285825f64f3b | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Oct 17 18:04:34 2007 +0200 |
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | Wed Oct 17 20:15:38 2007 +0200 |
tree | 5267cfd354e150412752daa360c548818f24e009 | |
parent | f97586b610dc87a6494236118321e56ffc13319c [diff] |
x86: prepare page allocator for high allocations on PAGEALLOC=y To preserve the DMA pool in CONFIG_DEBUG_PAGEALLOC=y kernels, we'll allocate pagetables from above the 16MB DMA limit, so we'll have to set up boot pagetables to cover 16MB more RAM (worst-case). Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>