dect
/
linux-2.6
Archived
13
0
Fork 0

CRIS v32: Remove SMP stub from asm-cris/arch-v32/system.h

CRIS v32 is not SMP.
This commit is contained in:
Jesper Nilsson 2008-01-28 18:08:44 +01:00
parent de1c1419f9
commit 12e1b1e790
1 changed files with 0 additions and 9 deletions

View File

@ -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 */