x86-64: fix initrd freeing
authorLinus Torvalds <torvalds@g5.osdl.org>
Mon, 16 Jan 2006 19:33:09 +0000 (11:33 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 16 Jan 2006 19:33:09 +0000 (11:33 -0800)
commitf74e6670c4a788c9a0c52ab2036d8ac6be12f1d8
treed11599cff4ef51e6e98d3e132b561d00f3e40204
parent5580eceed2014135231acb3e6906accf97e10f3c
x86-64: fix initrd freeing

The comparison of the initrd start address against "&_end" is
unnecessary and incorrect.  Make it match the x86 code that just
compares the passed-in arguments.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/mm/init.c