Browse Source

[ARM] Fix typo in tlbflush.h

s/CONFIG_MMY/CONFIG_MMU/

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King 20 năm trước cách đây
mục cha
commit
fb1c7762b9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/asm-arm/tlbflush.h

+ 1 - 1
include/asm-arm/tlbflush.h

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