]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
m68knommu: start dump from exception stack
authorGreg Ungerer <gerg@snapgear.com>
Thu, 19 Jul 2007 08:49:14 +0000 (01:49 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 19 Jul 2007 17:04:51 +0000 (10:04 -0700)
commita4c8b9159000018b0c641b844795a4de4e954582
tree153e66deaf90b35c80fd1137c8b3e8755c87bf2d
parent2502b667ea835ee16685c74b2a0d89ba8afe117a
m68knommu: start dump from exception stack

In die_if_kernel() start the stack dump at the exception-time SP, not at the
SP with all the saved registers; the stack below exception-time sp contains
only exception-saved values and is already printed in details just before.

Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m68knommu/kernel/traps.c