arch: riscv: Remove unused offset symbols
Removes unused offset symbols under the RISCV architecture. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
parent
a9e5038c2b
commit
2ab7286c71
1 changed files with 0 additions and 9 deletions
|
|
@ -15,9 +15,6 @@
|
|||
#define _thread_offset_to_ra \
|
||||
(___thread_t_callee_saved_OFFSET + ___callee_saved_t_ra_OFFSET)
|
||||
|
||||
#define _thread_offset_to_tp \
|
||||
(___thread_t_callee_saved_OFFSET + ___callee_saved_t_tp_OFFSET)
|
||||
|
||||
#define _thread_offset_to_s0 \
|
||||
(___thread_t_callee_saved_OFFSET + ___callee_saved_t_s0_OFFSET)
|
||||
|
||||
|
|
@ -66,12 +63,6 @@
|
|||
|
||||
#ifdef CONFIG_USERSPACE
|
||||
|
||||
#define _thread_offset_to_priv_stack_start \
|
||||
(___thread_t_arch_OFFSET + ___thread_arch_t_priv_stack_start_OFFSET)
|
||||
|
||||
#define _thread_offset_to_user_sp \
|
||||
(___thread_t_arch_OFFSET + ___thread_arch_t_user_sp_OFFSET)
|
||||
|
||||
#define _curr_cpu_arch_user_exc_sp \
|
||||
(___cpu_t_arch_OFFSET + ___cpu_arch_t_user_exc_sp_OFFSET)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue