commit | c81fc389255d287dbfb17a70cd172663f962341a | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jan 11 14:39:35 2011 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jan 11 14:39:35 2011 +0900 |
tree | 0ae533f6c2163c4fb0013e58cb47d71b3c50f9d9 | |
parent | 89e9fd32c6f4ed58cd6f6e3c3cf5b536a3f36100 [diff] |
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>