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:
84d370b
)
[PATCH] ppc32 8xx: flush_tlb_range() declaration uses wrong pointer type
author
Pantelis Antoniou
<pantelis.antoniou@gmail.com>
Wed, 14 Sep 2005 21:19:14 +0000
(14:19 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 14 Sep 2005 21:34:17 +0000
(14:34 -0700)
On 8xx flush_tlb_range() declaration is using a "struct mm_struct *"
pointer type while the function itself uses "struct vm_area_struct *".
Signed-off-by: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found