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