summaryrefslogtreecommitdiffstats
path: root/arch/mips/dec/kn01-berr.c
Commit message (Collapse)AuthorAgeFilesLines
* [MIPS] *-berr: Header inclusions for DEC bus error handlersMaciej W. Rozycki2006-12-061-0/+2
| | | | | | | | A fixup to add missing header inclusions for bus error handlers for DECstation system after the recent switch to get_irq_regs(). Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* [MIPS] DEC: pt_regs fixes for buserror handlersRalf Baechle2006-10-091-2/+2
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* Use physical addresses at the interface level, letting drivers remapMaciej W. Rozycki2005-10-291-4/+5
| | | | | | them as appropriate. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* Actual handlers for bus errors for Pmax and 3min.Maciej W. Rozycki2005-10-291-0/+200
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> diff --git a/arch/mips/dec/kn01-berr.c b/arch/mips/dec/kn01-berr.c new file mode 100644