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