]> 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>
Fri, 11 Nov 2011 17:58:13 +0000 (17:58 +0000)
commitd366bc6c1e065530e68d00efe72271c5456b68ef
tree70f8f3a6f5ea38d89db1f2ae9f94f208079dc0c4
parentbc8d62ede512030cf26818f84ba5a898e0a4ee6d
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