sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSW
[cascardo/linux.git] / arch / mips / include / asm / processor.h
index 05f0843..f1df4cb 100644 (file)
@@ -397,12 +397,6 @@ unsigned long get_wchan(struct task_struct *p);
 #define ARCH_HAS_PREFETCHW
 #define prefetchw(x) __builtin_prefetch((x), 1, 1)
 
-/*
- * See Documentation/scheduler/sched-arch.txt; prevents deadlock on SMP
- * systems.
- */
-#define __ARCH_WANT_UNLOCKED_CTXSW
-
 #endif
 
 #endif /* _ASM_PROCESSOR_H */