summaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2002-10-02 23:31:55 -0700
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-10-02 23:31:55 -0700
commit26f7ff2e91aede98d2598b73158000ce62ffa8e7 (patch)
tree74a702499f9237926286c2d33c8af3794e829026 /include/linux/workqueue.h
parent76c405d4db4ee3010ef3845daa65feb13eff5a90 (diff)
[PATCH] dump_stack() cleanup, BK-curr
This modifies x86's dump_stack() to print out just the backtrace, not the stack contents. The patch also adds one more whitespace after the numeric EIP value. The old dump looked this way: bad: scheduling while atomic! Stack: ffffffff c041c72f 0000006a 00000068 000000f0 c13e1f28 c04c49c0 c13e1f28 c02a4099 c04c49c0 000000f0 00000000 00003104 c012592e 00003104 00003104 ffffffff 34000286 00000282 00000000 00000000 c13e1f28 c04c49c0 c04c4468 Call Trace: [<c011f009>]sys_gettimeofday+0x89/0x90 [<c0113e40>]do_page_fault+0x0/0x49e [<c0107d63>]syscall_call+0x7/0xb the new output is: bad: scheduling while atomic! Call Trace: [<c011f009>] sys_gettimeofday+0x89/0x90 [<c0113e40>] do_page_fault+0x0/0x49e [<c0107d63>] syscall_call+0x7/0xb much nicer and much more compact.
Diffstat (limited to 'include/linux/workqueue.h')
0 files changed, 0 insertions, 0 deletions