Skip to content

Commit

Permalink
CRIS v32: Remove SMP stub from asm-cris/arch-v32/system.h
Browse files Browse the repository at this point in the history
CRIS v32 is not SMP.
  • Loading branch information
jniax committed Feb 8, 2008
1 parent de1c141 commit 12e1b1e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/asm-cris/arch-v32/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 12e1b1e

Please sign in to comment.