sh: Convert to generic bitops for IRQ-toggling implementation.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
709420dd4e
commit
16b529d1d7
4 changed files with 7 additions and 95 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue