mirror of
https://github.com/apache/nuttx.git
synced 2026-06-10 11:23:34 +08:00
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:
committed by
Xiang Xiao
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)
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user