aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/tlbflush.h
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2006-02-24 21:44:56 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-03-21 22:03:21 +0000
commitfb1c7762b9b1f3c53daf0e700e977d77a29bcf04 (patch)
treeaf6c8f9032c6f44492476e1606d202d354d8b8d1 /include/asm-arm/tlbflush.h
parent[ARM] noMMU: removes TLB codes in nommu mode (diff)
downloadlinux-dev-fb1c7762b9b1f3c53daf0e700e977d77a29bcf04.tar.xz
linux-dev-fb1c7762b9b1f3c53daf0e700e977d77a29bcf04.zip
[ARM] Fix typo in tlbflush.h
s/CONFIG_MMY/CONFIG_MMU/ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/tlbflush.h')
-rw-r--r--include/asm-arm/tlbflush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/tlbflush.h b/include/asm-arm/tlbflush.h
index d64b180200fa..728992451dd1 100644
--- a/include/asm-arm/tlbflush.h
+++ b/include/asm-arm/tlbflush.h
@@ -16,7 +16,7 @@
#define tlb_flush(tlb) ((void) tlb)
-#else /* CONFIG_MMY */
+#else /* CONFIG_MMU */
#include <asm/glue.h>