diff options
author | David Daney <david.daney@cavium.com> | 2013-02-26 22:22:33 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 01:19:06 +0200 |
commit | 301896513971d41d737c904ecf267b6f0ea21d55 (patch) | |
tree | 482c2508e7db52d399fe3ef9248fa3b295c11394 /Kbuild | |
parent | 224786779d04bbcd5f61eaafc86bf8fee350388a (diff) |
MIPS: Remove unneeded volatile from arch/mips/lib/bitops.c
The operations on the bitmap pointers are protected by "memory"
clobbering raw_local_irq_{save,restore}(), so there is no need for
volatile here. By removing the volatile we get better code generation
out of the compiler.
Signed-off-by: David Daney <david.daney@cavium.com>
Patchwork: http://patchwork.linux-mips.org/patch/4966/
Acked-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions