sh: Convert to generic bitops for IRQ-toggling implementation.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user