aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/arch-v32/system.h
diff options
context:
space:
mode:
authorJesper Nilsson <jesper.nilsson@axis.com>2008-01-28 18:08:44 +0100
committerJesper Nilsson <jesper.nilsson@axis.com>2008-02-08 11:06:39 +0100
commit12e1b1e7909484cfa538159adf87227ad23d8d94 (patch)
tree2b5359e90b78d6e588a23ba641a2b4b90b239450 /include/asm-cris/arch-v32/system.h
parentCRIS v32: Completely rework spinlocks for ETRAX FS and ARTPEC-3 (diff)
downloadlinux-dev-12e1b1e7909484cfa538159adf87227ad23d8d94.tar.xz
linux-dev-12e1b1e7909484cfa538159adf87227ad23d8d94.zip
CRIS v32: Remove SMP stub from asm-cris/arch-v32/system.h
CRIS v32 is not SMP.
Diffstat (limited to '')
-rw-r--r--include/asm-cris/arch-v32/system.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-cris/arch-v32/system.h b/include/asm-cris/arch-v32/system.h
index d20e2d6d64a3..6ca90f1f110a 100644
--- a/include/asm-cris/arch-v32/system.h
+++ b/include/asm-cris/arch-v32/system.h
@@ -66,13 +66,4 @@ struct __xchg_dummy { unsigned long a[100]; };
#define local_irq_save(x) \
__asm__ __volatile__ ("move $ccs, %0\n\tdi" : "=rm" (x) : : "memory");
-#ifdef CONFIG_SMP
-typedef struct {
- volatile unsigned int lock __attribute__ ((aligned(4)));
-#ifdef CONFIG_PREEMPT
- unsigned int break_lock;
-#endif
-} spinlock_t;
-#endif
-
#endif /* _ASM_CRIS_ARCH_SYSTEM_H */