summaryrefslogtreecommitdiff
path: root/arch/mn10300/include/asm/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mn10300/include/asm/smp.h')
-rw-r--r--arch/mn10300/include/asm/smp.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/mn10300/include/asm/smp.h b/arch/mn10300/include/asm/smp.h
index b8585b4e8cd..a3930e43a95 100644
--- a/arch/mn10300/include/asm/smp.h
+++ b/arch/mn10300/include/asm/smp.h
@@ -93,19 +93,6 @@ extern int __cpu_disable(void);
extern void __cpu_die(unsigned int cpu);
#endif /* CONFIG_HOTPLUG_CPU */
-#ifdef CONFIG_PREEMPT /* FIXME */
-#define __frame \
- ({ \
- struct pt_regs *f; \
- preempt_disable(); \
- f = ___frame[CPUID]; \
- preempt_enable(); \
- f; \
- })
-#else
-#define __frame ___frame[CPUID]
-#endif
-
#endif /* __ASSEMBLY__ */
#else /* CONFIG_SMP */
#ifndef __ASSEMBLY__