diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-11-20 01:25:22 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:42:53 -0500 |
commit | 16b529d1d78060254d5bc735390915ca5ccf13a1 (patch) | |
tree | 6e28039e44bb1faa421d38a611f352da1f70697b /arch/sh/include/asm/bitops-llsc.h | |
parent | 709420dd4e75083ee7920e61c2d0bcc3db9b7405 (diff) |
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) | |||
141 | return retval != 0; | 141 | return retval != 0; |
142 | } | 142 | } |
143 | 143 | ||
144 | #include <asm-generic/bitops/non-atomic.h> | ||
145 | |||
144 | #endif /* __ASM_SH_BITOPS_LLSC_H */ | 146 | #endif /* __ASM_SH_BITOPS_LLSC_H */ |