]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: miscellaneous mm/init.c fixes
authorJan Beulich <jbeulich@novell.com>
Mon, 26 Jun 2006 11:59:02 +0000 (13:59 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 17:48:20 +0000 (10:48 -0700)
commit65d4820da07cd5a108e753a1207317a6a3182c9f
tree23fd510f939878a3c833cf8b657d4f27ec30049d
parentab03e288f83ba5eb94c4af00dba28e33fd6e3bf3
[PATCH] x86_64: miscellaneous mm/init.c fixes

 - fix an off-by-one error in phys_pmd_init()
 - prevent phys_pmd_init() from removing mappings established earlier
 - fix the direct mapping early printk to in fact show the end of the range
 - remove an apparently orphan comment

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/mm/init.c