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 16:44:56 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-03-21 17:03:21 -0500
commitfb1c7762b9b1f3c53daf0e700e977d77a29bcf04 (patch)
treeaf6c8f9032c6f44492476e1606d202d354d8b8d1 /include/asm-arm/tlbflush.h
parent0157903e840f970c90880426505cbb8be5ddde68 (diff)
[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 @@
16 16
17#define tlb_flush(tlb) ((void) tlb) 17#define tlb_flush(tlb) ((void) tlb)
18 18
19#else /* CONFIG_MMY */ 19#else /* CONFIG_MMU */
20 20
21#include <asm/glue.h> 21#include <asm/glue.h>
22 22