diff options
Diffstat (limited to 'arch/mips/include/asm/processor.h')
-rw-r--r-- | arch/mips/include/asm/processor.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/include/asm/processor.h b/arch/mips/include/asm/processor.h index 05f08438a7c4..f1df4cb4a286 100644 --- a/arch/mips/include/asm/processor.h +++ b/arch/mips/include/asm/processor.h | |||
@@ -397,12 +397,6 @@ unsigned long get_wchan(struct task_struct *p); | |||
397 | #define ARCH_HAS_PREFETCHW | 397 | #define ARCH_HAS_PREFETCHW |
398 | #define prefetchw(x) __builtin_prefetch((x), 1, 1) | 398 | #define prefetchw(x) __builtin_prefetch((x), 1, 1) |
399 | 399 | ||
400 | /* | ||
401 | * See Documentation/scheduler/sched-arch.txt; prevents deadlock on SMP | ||
402 | * systems. | ||
403 | */ | ||
404 | #define __ARCH_WANT_UNLOCKED_CTXSW | ||
405 | |||
406 | #endif | 400 | #endif |
407 | 401 | ||
408 | #endif /* _ASM_PROCESSOR_H */ | 402 | #endif /* _ASM_PROCESSOR_H */ |