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:
89e9fd3
)
sh: constify prefetch pointers.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 11 Jan 2011 05:39:35 +0000
(14:39 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 11 Jan 2011 05:39:35 +0000
(14:39 +0900)
prefetch()/prefetchw() are supposed to take a const void * instead of a
straight void *, which the build recently started complaining about, fix
them up.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found