[ARM] Fix typo in tlbflush.h

s/CONFIG_MMY/CONFIG_MMU/

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King 2006-02-24 21:44:56 +00:00 committed by Russell King
parent 0157903e84
commit fb1c7762b9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#define tlb_flush(tlb) ((void) tlb)
#else /* CONFIG_MMY */
#else /* CONFIG_MMU */
#include <asm/glue.h>