x86: change early_ioremap to use slots instead of nesting
authorYinghai Lu <yhlu.kernel@gmail.com>
Sun, 14 Sep 2008 09:33:12 +0000 (02:33 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:34:23 +0000 (10:34 +0200)
commitc1a2f4b10852ce68e70f7e4c53600c36cc63ea45
tree5d3d86a73735d0b5cb3309175d4678b8a18f515c
parent79aa10dd9fb0f896ce358314fdba20606c038864
x86: change early_ioremap to use slots instead of nesting

so we could remove the requirement that one needs to call
early_iounmap() in exactly reverse order of early_ioremap().

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/ioremap.c
include/asm-x86/fixmap_32.h
include/asm-x86/fixmap_64.h