sh: constify prefetch pointers.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 11 Jan 2011 05:39:35 +0000 (14:39 +0900)
committerPaul 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