]> git.neil.brown.name Git - history.git/commit
[PATCH] alpha: common ev6/ev7 machine check handler
authorIvan Kokshaysky <ink@jurassic.park.msu.ru>
Sun, 3 Nov 2002 03:40:12 +0000 (19:40 -0800)
committerRichard Henderson <rth@are.twiddle.net>
Sun, 3 Nov 2002 03:40:12 +0000 (19:40 -0800)
commit353cc80d49b3a3587d32acad8c0a91d05df1fc18
treed9ba40ea5c1d2afa880f99e4bb1f3384578f337f
parent68c1e696e73158a85dad22ecae416f3599848be4
[PATCH] alpha: common ev6/ev7 machine check handler

Here is new ev6/ev7 machine check parser, which is a part of Jeff's
titan/marvel patchset.
Instead of fixing nautilus machine check handler, I've converted it
to use this new code.  Works fine.
Also, the CONFIG_VERBOSE_MCHECK is good for cia/pyxis - the detailed
error reporting is completely useless unless you have faulty CPU or RAM.

Ivan.
arch/alpha/Kconfig
arch/alpha/defconfig
arch/alpha/kernel/Makefile
arch/alpha/kernel/core_cia.c
arch/alpha/kernel/err_common.c [new file with mode: 0644]
arch/alpha/kernel/err_impl.h [new file with mode: 0644]
arch/alpha/kernel/irq_alpha.c
arch/alpha/kernel/sys_nautilus.c
include/asm-alpha/hwrpb.h
include/asm-alpha/system.h