]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] nommu: confirms the CR_V bit in nommu mode
authorHyok S. Choi <hyok.choi@samsung.com>
Thu, 28 Sep 2006 12:46:34 +0000 (21:46 +0900)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 28 Sep 2006 19:17:30 +0000 (20:17 +0100)
commitd43f2c71517c7b6869b18bf311847ed3c17b6290
tree4b7470f0f771c4e97b18f83db0bd4ca3d529684b
parenta9ccf13343e6e63bfcc3ca9a391507da0743e941
[ARM] nommu: confirms the CR_V bit in nommu mode

In nommu mode, the exception vector location depends on the platforms.
Some of the implementations may have some special exception control
forwarding method in their ROM/flash and for some of them has its own
re-mapping mechanism by the h/w.

This patch introduces a special configuration CONFIG_CPU_HIGH_VECTOR which
turns on the CR_V bit in nommu mode. The CR_V bit is turned off by default.
This feature depends on CP15 and does not supported by ARM740.

Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
arch/arm/kernel/head-nommu.S
arch/arm/mm/Kconfig