arch/x86_64/src/intel64/intel64_cpu.c: remove workaround for spin_lock
remove workaround for spin_lock which is no longer needed after inline splinlock change
This commit is contained in:
parent
c4efab7eea
commit
90e47bf1f5
@ -43,12 +43,6 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Avoid undefined error when CONFIG_SPINLOCK=n */
|
||||
|
||||
#ifndef spin_lock
|
||||
# define spin_lock(s)
|
||||
#endif
|
||||
|
||||
#define IRQ_STACK_ALLOC (IRQ_STACK_SIZE * CONFIG_SMP_NCPUS)
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user