浏览代码

[ARM] Fix typo in tlbflush.h

s/CONFIG_MMY/CONFIG_MMU/

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King 19 年之前
父节点
当前提交
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>