]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: use early_memremap() in setup.c
authorJeremy Fitzhardinge <jeremy@goop.org>
Sun, 7 Sep 2008 22:21:16 +0000 (15:21 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:21:03 +0000 (10:21 +0200)
commit88b4c146961f4178f38a8c3e6e54709fa39a3f36
treee0079f416b26b41ff93a03be48f6936d9ee0f8c5
parent1494177942b23b7094ca291d37e6f6263fa60fdd
x86: use early_memremap() in setup.c

The remappings in setup.c are all just ordinary memory, so use
early_memremap() rather than early_ioremap().

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup.c