diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-02-24 21:44:56 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-21 22:03:21 (GMT) |
commit | fb1c7762b9b1f3c53daf0e700e977d77a29bcf04 (patch) | |
tree | af6c8f9032c6f44492476e1606d202d354d8b8d1 /include/asm-arm | |
parent | 0157903e840f970c90880426505cbb8be5ddde68 (diff) | |
download | linux-fsl-qoriq-fb1c7762b9b1f3c53daf0e700e977d77a29bcf04.tar.xz |
[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')
-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 d64b180..7289924 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> |