File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,6 @@ static inline int arch_test_and_change_bit(unsigned long nr,
233
233
return test_and_change_bits (BIT_MASK (nr ), addr + BIT_WORD (nr )) != 0 ;
234
234
}
235
235
236
- #ifdef CONFIG_PPC64
237
236
static inline bool arch_xor_unlock_is_negative_byte (unsigned long mask ,
238
237
volatile unsigned long * p )
239
238
{
@@ -251,11 +250,8 @@ static inline bool arch_xor_unlock_is_negative_byte(unsigned long mask,
251
250
252
251
return (old & BIT_MASK (7 )) != 0 ;
253
252
}
254
-
255
253
#define arch_xor_unlock_is_negative_byte arch_xor_unlock_is_negative_byte
256
254
257
- #endif /* CONFIG_PPC64 */
258
-
259
255
#include <asm-generic/bitops/non-atomic.h>
260
256
261
257
static inline void arch___clear_bit_unlock (int nr , volatile unsigned long * addr )
You can’t perform that action at this time.
0 commit comments