]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd"
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Dec 2012 20:29:54 +0000 (12:29 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Dec 2012 20:29:54 +0000 (12:29 -0800)
commitbe354f40812314dee2b1e3aa272528c056bb827d
tree3261b6858619fddf2779499e3f0591a5677e6313
parent7a280cf512053137a37da2801eac73a8842fa50d
Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd"

This reverts commit 53b87cf088e2ea68d7c59619d0214cc15bb76133.

It causes odd bootup problems on x86-64.  Markus Trippelsdorf gets a
repeatable oops, and I see a non-repeatable oops (or constant stream of
messages that scroll off too quickly to read) that seems to go away with
this commit reverted.

So we don't know exactly what is wrong with the commit, but it's
definitely problematic, and worth reverting sooner rather than later.

Bisected-by: Markus Trippelsdorf <markus@trippelsdorf.de>
Cc: H Peter Anvin <hpa@zytor.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Matt Fleming <matt.fleming@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/mm/init_64.c
arch/x86/mm/ioremap.c
arch/x86/realmode/init.c