diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-11-20 07:25:22 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 10:42:53 +0100 |
commit | 16b529d1d78060254d5bc735390915ca5ccf13a1 (patch) | |
tree | 6e28039e44bb1faa421d38a611f352da1f70697b /arch/sh/include/asm/bitops-llsc.h | |
parent | sh: Specify sane default image targets for the SH-2 platforms. (diff) | |
download | linux-16b529d1d78060254d5bc735390915ca5ccf13a1.tar.xz linux-16b529d1d78060254d5bc735390915ca5ccf13a1.zip |
sh: Convert to generic bitops for IRQ-toggling implementation.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/bitops-llsc.h')
-rw-r--r-- | arch/sh/include/asm/bitops-llsc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/bitops-llsc.h b/arch/sh/include/asm/bitops-llsc.h index 43b8e1a8239e..1d2fc0b010ad 100644 --- a/arch/sh/include/asm/bitops-llsc.h +++ b/arch/sh/include/asm/bitops-llsc.h @@ -141,4 +141,6 @@ static inline int test_and_change_bit(int nr, volatile void * addr) return retval != 0; } +#include <asm-generic/bitops/non-atomic.h> + #endif /* __ASM_SH_BITOPS_LLSC_H */ |