diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-02-24 22:44:56 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-21 23:03:21 +0100 |
commit | fb1c7762b9b1f3c53daf0e700e977d77a29bcf04 (patch) | |
tree | af6c8f9032c6f44492476e1606d202d354d8b8d1 | |
parent | [ARM] noMMU: removes TLB codes in nommu mode (diff) | |
download | linux-fb1c7762b9b1f3c53daf0e700e977d77a29bcf04.tar.xz linux-fb1c7762b9b1f3c53daf0e700e977d77a29bcf04.zip |
[ARM] Fix typo in tlbflush.h
s/CONFIG_MMY/CONFIG_MMU/
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | include/asm-arm/tlbflush.h | 2 |
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> |