Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101140
b: refs/heads/master
c: 7b4c950
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jul 3, 2008
1 parent d8aee56 commit c6b20c3
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8594698ebddeef5443b7da8258ae33b3eaca61d5
refs/heads/master: 7b4c9505f2fd82b117dd015b561f723b9a5dab79
1 change: 1 addition & 0 deletions trunk/arch/arm/kernel/stacktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ void save_stack_trace(struct stack_trace *trace)

walk_stackframe(fp, base, base + THREAD_SIZE, save_trace, &data);
}
EXPORT_SYMBOL_GPL(save_stack_trace);
#endif
1 change: 1 addition & 0 deletions trunk/arch/avr32/kernel/stacktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ void save_stack_trace(struct stack_trace *trace)
fp = frame->fp;
}
}
EXPORT_SYMBOL_GPL(save_stack_trace);
1 change: 1 addition & 0 deletions trunk/arch/mips/kernel/stacktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ void save_stack_trace(struct stack_trace *trace)
prepare_frametrace(regs);
save_context_stack(trace, regs);
}
EXPORT_SYMBOL_GPL(save_stack_trace);
1 change: 1 addition & 0 deletions trunk/arch/powerpc/kernel/stacktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ void save_stack_trace(struct stack_trace *trace)
sp = newsp;
}
}
EXPORT_SYMBOL_GPL(save_stack_trace);
2 changes: 2 additions & 0 deletions trunk/arch/s390/kernel/stacktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ void save_stack_trace(struct stack_trace *trace)
S390_lowcore.thread_info,
S390_lowcore.thread_info + THREAD_SIZE, 1);
}
EXPORT_SYMBOL_GPL(save_stack_trace);

void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace)
{
Expand All @@ -93,3 +94,4 @@ void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace)
if (trace->nr_entries < trace->max_entries)
trace->entries[trace->nr_entries++] = ULONG_MAX;
}
EXPORT_SYMBOL_GPL(save_stack_trace_tsk);
1 change: 1 addition & 0 deletions trunk/arch/sh/kernel/stacktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ void save_stack_trace(struct stack_trace *trace)
}
}
}
EXPORT_SYMBOL_GPL(save_stack_trace);
1 change: 1 addition & 0 deletions trunk/arch/sparc64/kernel/stacktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ void save_stack_trace(struct stack_trace *trace)
trace->entries[trace->nr_entries++] = pc;
} while (trace->nr_entries < trace->max_entries);
}
EXPORT_SYMBOL_GPL(save_stack_trace);

0 comments on commit c6b20c3

Please sign in to comment.