]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
m68k/mac: Improve NMI handler
authorFinn Thain <fthain@telegraphics.com.au>
Mon, 2 Jan 2017 09:53:54 +0000 (04:53 -0500)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 9 Feb 2017 13:18:18 +0000 (14:18 +0100)
commit3cd53b14e7c471f6c33f3645a5200a30ffb3f861
treef5038c70766b95fb4b018a1ee01ab8b04d2c3adb
parentc7ff87409d1a1b87d5a0ea7149416071dc8332cb
m68k/mac: Improve NMI handler

mac_nmi_handler() is useless in its present form and locks up my PowerBook
180. Let's throw out the dead code and make it do something useful: print
a register dump and a stack trace.

mac_debug_handler() is also dead code. Remove it along with its static
data.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/mac/macints.c