Commit 4b096ea0 authored by Catalin Marinas's avatar Catalin Marinas

Fix the ARMv6 support for MMU-less platforms

This patch currently only removes the v6wbi_tlb_fns reference.
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 480a0ae2
......@@ -419,6 +419,7 @@ config CPU_32v5
config CPU_32v6
bool
select TLS_REG_EMUL if !CPU_32v6K && !MMU
config CPU_32v7
bool
......
......@@ -295,7 +295,9 @@ __v6_proc_info:
.long HWCAP_SWP|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP|HWCAP_JAVA
.long cpu_v6_name
.long v6_processor_functions
#ifdef CONFIG_MMU
.long v6wbi_tlb_fns
#endif
.long v6_user_fns
.long v6_cache_fns
.size __v6_proc_info, . - __v6_proc_info
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment