aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/proc-sa1100.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mm/proc-sa1100.S')
-rw-r--r--arch/arm/mm/proc-sa1100.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mm/proc-sa1100.S b/arch/arm/mm/proc-sa1100.S
index b43696c565fc..ba32cc6296a0 100644
--- a/arch/arm/mm/proc-sa1100.S
+++ b/arch/arm/mm/proc-sa1100.S
@@ -273,6 +273,9 @@ __sa1100_proc_info:
273 PMD_SECT_CACHEABLE | \ 273 PMD_SECT_CACHEABLE | \
274 PMD_SECT_AP_WRITE | \ 274 PMD_SECT_AP_WRITE | \
275 PMD_SECT_AP_READ 275 PMD_SECT_AP_READ
276 .long PMD_TYPE_SECT | \
277 PMD_SECT_AP_WRITE | \
278 PMD_SECT_AP_READ
276 b __sa1100_setup 279 b __sa1100_setup
277 .long cpu_arch_name 280 .long cpu_arch_name
278 .long cpu_elf_name 281 .long cpu_elf_name
@@ -293,6 +296,9 @@ __sa1110_proc_info:
293 PMD_SECT_CACHEABLE | \ 296 PMD_SECT_CACHEABLE | \
294 PMD_SECT_AP_WRITE | \ 297 PMD_SECT_AP_WRITE | \
295 PMD_SECT_AP_READ 298 PMD_SECT_AP_READ
299 .long PMD_TYPE_SECT | \
300 PMD_SECT_AP_WRITE | \
301 PMD_SECT_AP_READ
296 b __sa1100_setup 302 b __sa1100_setup
297 .long cpu_arch_name 303 .long cpu_arch_name
298 .long cpu_elf_name 304 .long cpu_elf_name