Revert "arm: add LD_EX, ST_EX, OP_WIDTH macros for ARM"
This reverts commit f92af27aec.
Also remove the later added defines for 64-bit ARM.
Signed-off-by: Indan Zupancic <Indan.Zupancic@mep-info.com>
This commit is contained in:
parent
17e968ad02
commit
f195982d13
2 changed files with 0 additions and 9 deletions
|
|
@ -8,11 +8,6 @@
|
|||
#include <config.h>
|
||||
|
||||
#ifdef ENABLE_SMP_SUPPORT
|
||||
|
||||
#define LD_EX "ldrex "
|
||||
#define ST_EX "strex "
|
||||
#define OP_WIDTH
|
||||
|
||||
extern char kernel_stack_alloc[CONFIG_MAX_NUM_NODES][BIT(CONFIG_KERNEL_STACK_BITS)];
|
||||
|
||||
static inline CONST cpu_id_t getCurrentCPUIndex(void)
|
||||
|
|
|
|||
|
|
@ -12,10 +12,6 @@
|
|||
|
||||
#ifdef ENABLE_SMP_SUPPORT
|
||||
|
||||
#define LD_EX "ldxr "
|
||||
#define ST_EX "stxr "
|
||||
#define OP_WIDTH "w"
|
||||
|
||||
extern char kernel_stack_alloc[CONFIG_MAX_NUM_NODES][BIT(CONFIG_KERNEL_STACK_BITS)];
|
||||
compile_assert(kernel_stack_4k_aligned, KERNEL_STACK_ALIGNMENT == 4096)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue