Changes in kernel/arch/sparc64/src/debug/stacktrace.c [d70ebffe:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/debug/stacktrace.c
rd70ebffe r9d58539 36 36 #include <syscall/copy.h> 37 37 #include <typedefs.h> 38 #include <proc/thread.h>39 38 40 39 #include <arch.h> 41 40 #include <arch/stack.h> 42 41 #include <arch/trap/trap_table.h> 43 44 #include <arch/istate_struct.h>45 42 46 43 #if defined(SUN4V) … … 64 61 65 62 kstack += STACK_BIAS; 66 kstack -= ISTATE_SIZE;63 kstack -= PREEMPTIBLE_HANDLER_STACK_FRAME_SIZE; 67 64 68 65 if (THREAD && (ctx->fp == kstack))
Note:
See TracChangeset
for help on using the changeset viewer.