Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228940
b: refs/heads/master
c: 39a6eeb
h: refs/heads/master
v: v3
  • Loading branch information
Rakib Mullick authored and Frederic Weisbecker committed Jan 7, 2011
1 parent 212fa77 commit 9bd815d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2fd43954abc058586e95d4eb91e7a5477070704
refs/heads/master: 39a6eebda253aa34d659ca9436e3c32ef60473f1
6 changes: 0 additions & 6 deletions trunk/arch/x86/kernel/dumpstack.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,8 @@ void show_stack(struct task_struct *task, unsigned long *sp)
*/
void dump_stack(void)
{
unsigned long bp = 0;
unsigned long stack;

#ifdef CONFIG_FRAME_POINTER
if (!bp)
get_bp(bp);
#endif

printk("Pid: %d, comm: %.20s %s %s %.*s\n",
current->pid, current->comm, print_tainted(),
init_utsname()->release,
Expand Down

0 comments on commit 9bd815d

Please sign in to comment.