summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/err_impl.h
AgeCommit message (Collapse)Author
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells
Disintegrate asm/system.h for Alpha. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-alpha@vger.kernel.org
2009-05-02alpha: titan and marvel build fixesIvan Kokshaysky
These platforms got broken after u64 => 'long long' conversion. Apparently that change was compile-tested with 'make allmodconfig', but it doesn't include systems that depend on !ALPHA_LEGACY_START_ADDRESS. Signed-off-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Cc: Al Viro <viro@ZenIV.linux.org.uk> Cc: Richard Henderson <rth@twiddle.net Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2006-10-08[PATCH] alpha pt_regs cleanups: machine_check()Al Viro
do set_irq_regs() in caller, kill pt_regs argument. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2003-08-06[ALPHA] Enhanced EV6/EV7 error management.Richard Henderson
From Jay Estabrook <Jay.Estabrook@compaq.com>.
2003-01-15[ALPHA] Marvel (AlphaServer ES47, ES80, GS1280) support.Richard Henderson
From Jeff.Wiedemeier@hp.com.
2003-01-15[PATCH] alpha titan updateIvan Kokshaysky
From Jeff.Wiedemeier@hp.com: Update titan system support include AlphaServer DS25, AGP, enhanced machine check handling.
2002-11-08Fix a whole pile of signed/unsigned comparison warnings.Richard Henderson
From Thorsten Kranzkowski <dl8bcu@dl8bcu.de>.
2002-11-02[PATCH] alpha: common ev6/ev7 machine check handlerIvan Kokshaysky
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.