git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5580ece
)
x86-64: fix initrd freeing
author
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 16 Jan 2006 19:33:09 +0000
(11:33 -0800)
committer
Linus 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