summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
diff options
context:
space:
mode:
authorLinus Torvalds2012-11-27 02:43:10 +0100
committerLinus Torvalds2012-11-27 02:43:10 +0100
commit33057692c2b4c1420ab6695a7feef5b6fda3a747 (patch)
tree68bf634041b6aae0f1c93ada81e04679a82f1de2 /arch/arm/mm
parentMerge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... (diff)
parentARM: 7583/1: decompressor: Enable unaligned memory access for v6 and above (diff)
downloadkernel-qcow2-linux-33057692c2b4c1420ab6695a7feef5b6fda3a747.tar.gz
kernel-qcow2-linux-33057692c2b4c1420ab6695a7feef5b6fda3a747.tar.xz
kernel-qcow2-linux-33057692c2b4c1420ab6695a7feef5b6fda3a747.zip
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Pull ARM fixes from Russell King: "Not much here, just a couple minor/cosmetic fixes and a patch for the decompressor which fixes problems with modern GCC and CPUs." * 'fixes' of git://git.linaro.org/people/rmk/linux-arm: ARM: 7583/1: decompressor: Enable unaligned memory access for v6 and above ARM: 7572/1: proc-v6.S: fix comment ARM: 7570/1: quiet down the non make -s output
Diffstat (limited to 'arch/arm/mm')
-rw-r--r--arch/arm/mm/proc-v6.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/proc-v6.S b/arch/arm/mm/proc-v6.S
index 86b8b480634f..09c5233f4dfc 100644
--- a/arch/arm/mm/proc-v6.S
+++ b/arch/arm/mm/proc-v6.S
@@ -89,7 +89,7 @@ ENTRY(cpu_v6_dcache_clean_area)
mov pc, lr
/*
- * cpu_arm926_switch_mm(pgd_phys, tsk)
+ * cpu_v6_switch_mm(pgd_phys, tsk)
*
* Set the translation table base pointer to be pgd_phys
*