]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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, 16 Nov 2011 01:25:45 +0000 (01:25 +0000)
commit42118a9500898948fa6c6dcacc8216ba3a9a54f8
tree9a93c5c6ab250bd86afb72b044d9ae18773191c3
parent05035b72d2f905978f5033298f76551840e062b7
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