Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-12 | [MIPS] Allow hardwiring of the CPU type to a single type for optimization. | Ralf Baechle | 1 | -1/+1 | |
This saves a few k on systems which only ever ship with a single CPU type. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||||
2006-10-09 | [MIPS] DEC: pt_regs fixes for buserror handlers | Ralf Baechle | 1 | -2/+4 | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||||
2005-10-29 | Use physical addresses at the interface level, letting drivers remap | Maciej W. Rozycki | 1 | -5/+6 | |
them as appropriate. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||||
2005-10-29 | Actual handlers for bus errors for Pmax and 3min. | Maciej W. Rozycki | 1 | -0/+138 | |
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 |