commit | 639b0ae7f5bcd645862a9c3ea2d4321475c71d7a | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Sep 06 21:07:45 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Oct 01 16:41:00 2008 +0100 |
tree | 34e26970f8c907c9027037fc9ae5a9ab7cd2d1a2 | |
parent | 9e8b5199a753a2583a8ef8360e6428304a242283 [diff] [blame] |
[ARM] Convert ARMv6 and ARMv7 to use new memory types Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/arch/arm/mm/proc-v6.S b/arch/arm/mm/proc-v6.S index 70c6235..ab45775 100644 --- a/arch/arm/mm/proc-v6.S +++ b/arch/arm/mm/proc-v6.S
@@ -115,9 +115,11 @@ * - pte - PTE value to store * - ext - value for extended PTE bits */ + armv6_mt_table cpu_v6 + ENTRY(cpu_v6_set_pte_ext) #ifdef CONFIG_MMU - armv6_set_pte_ext + armv6_set_pte_ext cpu_v6 #endif mov pc, lr