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)
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>

No differences found