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:
p-szafonimateusz 2024-07-30 10:50:31 +02:00 committed by Xiang Xiao
parent c4efab7eea
commit 90e47bf1f5

View File

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