]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Add board_ebase_setup()
authorKevin Cernekee <cernekee@gmail.com>
Fri, 11 Nov 2011 17:58:13 +0000 (17:58 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 15 Nov 2011 21:15:15 +0000 (21:15 +0000)
commit3007cc0c52bbc026c2a7221e143961a89451d809
treeaf71ab8161154395b274c4822b92d8e815057a10
parent87ec927182bbb069b0fbb67f5a79e8daa10495ae
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