[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)
commit5f51e139d8b29116779044f26f84cceae34c31a4
tree23fd510f939878a3c833cf8b657d4f27ec30049d
parentb633237e9c1b91b86c431c5d41266b47408b4642
[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