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:
097d591
)
x86: fix typo in recent find_vma_prev purge
author
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 7 Mar 2012 02:48:13 +0000
(18:48 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 7 Mar 2012 02:48:13 +0000
(18:48 -0800)
It turns out that test-compiling this file on x86-64 doesn't really
help, because much of it is x86-32-specific. And so I hadn't noticed
the slightly over-eager removal of the 'r' from 'addr' variable despite
thinking I had tested it.
Signed-off-by: Linus "oopsie" Torvalds <torvalds@linux-foundation.org>
No differences found