소스 검색

[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 년 전
부모
커밋
fb1c7762b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
 
-#else /* CONFIG_MMY */
+#else /* CONFIG_MMU */
 
 #include <asm/glue.h>