]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Revert "x86: create a non-zero sized bm_pte only when needed"
authorJeremy Fitzhardinge <jeremy@goop.org>
Sat, 21 Mar 2009 00:53:34 +0000 (17:53 -0700)
committerIngo Molnar <mingo@elte.hu>
Sat, 21 Mar 2009 16:11:41 +0000 (17:11 +0100)
commit45c7b28f3c7e3a45cc5a597cc19816a9015ee8ae
treef511d63b355184468d895cd6d60a7ceec9979afc
parent0f3507555f6fa4acbc85a646d6e8766230db38fc
Revert "x86: create a non-zero sized bm_pte only when needed"

This reverts commit 698609bdcd35d0641f4c6622c83680ab1a6d67cb.

69860 breaks Xen booting, as it relies on head*.S to set up the fixmap
pagetables (as a side-effect of initializing the USB debug port).
Xen, however, does not boot via head*.S, and so the fixmap area is
not initialized.

The specific symptom of the crash is a fault in dmi_scan(), because
the pointer that early_ioremap returns is not actually present.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Jan Beulich <jbeulich@novell.com>
LKML-Reference: <49C43A8E.5090203@goop.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/ioremap.c