]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
sh: Kill off volatile silliness in sq_flush_range().
authorPaul Mundt <lethal@linux-sh.org>
Tue, 21 Aug 2007 03:25:09 +0000 (12:25 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 21 Sep 2007 02:57:51 +0000 (11:57 +0900)
commitb05d1865b46ea72c66ba082598ba370582bb590e
tree5260e9bfae2760e4ada98256fd69948d165233f6
parent2d009328db0951d5eec77a5fe0df3c3e64b35851
sh: Kill off volatile silliness in sq_flush_range().

  CC      arch/sh/kernel/cpu/sh4/sq.o
arch/sh/kernel/cpu/sh4/sq.c: In function 'sq_flush_range':
arch/sh/kernel/cpu/sh4/sq.c:65: warning: passing argument 1 of 'prefetch' discards qualifiers from pointer target type

This didn't actually need to be volatile in the first place, so just
kill off the qualifier entirely.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4/sq.c