commit | 16b529d1d78060254d5bc735390915ca5ccf13a1 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Nov 20 15:25:22 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Dec 22 18:42:53 2008 +0900 |
tree | 6e28039e44bb1faa421d38a611f352da1f70697b | |
parent | 709420dd4e75083ee7920e61c2d0bcc3db9b7405 [diff] [blame] |
sh: Convert to generic bitops for IRQ-toggling implementation. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/include/asm/bitops-llsc.h b/arch/sh/include/asm/bitops-llsc.h index 43b8e1a..1d2fc0b 100644 --- a/arch/sh/include/asm/bitops-llsc.h +++ b/arch/sh/include/asm/bitops-llsc.h
@@ -141,4 +141,6 @@ return retval != 0; } +#include <asm-generic/bitops/non-atomic.h> + #endif /* __ASM_SH_BITOPS_LLSC_H */