arch/sparc: Replace adj_stack_ptr with stack_base_ptr

since adj_stack_ptr doesn't exist anymore

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-02-17 03:11:37 +08:00 committed by Alan Carvalho de Assis
parent 844ce47a2b
commit 1d963058b4
3 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@
* - adj_stack_size: Stack size after adjustment for hardware, processor, * - adj_stack_size: Stack size after adjustment for hardware, processor,
* etc. This value is retained only for debug purposes. * etc. This value is retained only for debug purposes.
* - stack_alloc_ptr: Pointer to allocated stack * - stack_alloc_ptr: Pointer to allocated stack
* - adj_stack_ptr: Adjusted stack_alloc_ptr for HW. The initial value of * - stack_base_ptr: Adjusted stack_alloc_ptr for HW. The initial value of
* the stack pointer. * the stack pointer.
* *
* Input Parameters: * Input Parameters:

View file

@ -78,7 +78,7 @@
* *
* - adj_stack_size: Stack size after removal of the stack frame from * - adj_stack_size: Stack size after removal of the stack frame from
* the stack * the stack
* - adj_stack_ptr: Adjusted initial stack pointer after the frame has * - stack_base_ptr: Adjusted initial stack pointer after the frame has
* been removed from the stack. This will still be the initial value * been removed from the stack. This will still be the initial value
* of the stack pointer when the task is started. * of the stack pointer when the task is started.
* *

View file

@ -76,7 +76,7 @@
* processor, etc. This value is retained only for debug * processor, etc. This value is retained only for debug
* purposes. * purposes.
* - stack_alloc_ptr: Pointer to allocated stack * - stack_alloc_ptr: Pointer to allocated stack
* - adj_stack_ptr: Adjusted stack_alloc_ptr for HW. The * - stack_base_ptr: Adjusted stack_alloc_ptr for HW. The
* initial value of the stack pointer. * initial value of the stack pointer.
* *
* Input Parameters: * Input Parameters: