]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commitc81fc389255d287dbfb17a70cd172663f962341a
tree0ae533f6c2163c4fb0013e58cb47d71b3c50f9d9
parent89e9fd32c6f4ed58cd6f6e3c3cf5b536a3f36100
sh: constify prefetch pointers.

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>
arch/sh/include/asm/processor_32.h