commit | f74e6670c4a788c9a0c52ab2036d8ac6be12f1d8 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jan 16 11:33:09 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jan 16 11:33:09 2006 -0800 |
tree | d11599cff4ef51e6e98d3e132b561d00f3e40204 | |
parent | 5580eceed2014135231acb3e6906accf97e10f3c [diff] |
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>