MIPS: Add board_ebase_setup()
authorKevin Cernekee <cernekee@gmail.com>
Wed, 16 Nov 2011 01:25:45 +0000 (01:25 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 7 Dec 2011 22:03:18 +0000 (22:03 +0000)
commit6fb97effee5374ac5b2a0e8666d380e83b5ca1e3
tree5a97ac150b3c37580628ab8391f5a8754ad6cc1c
parent34bd92e27becdc2c8b50d200a329da5e9b8174d9
MIPS: Add board_ebase_setup()

Some systems need to relocate the MIPS exception vector base during
trap initialization.  Add a hook to make this possible.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2959/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/traps.h
arch/mips/kernel/traps.c