projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0157903
)
[ARM] Fix typo in tlbflush.h
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Fri, 24 Feb 2006 21:44:56 +0000
(21:44 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 21 Mar 2006 22:03:21 +0000
(22:03 +0000)
s/CONFIG_MMY/CONFIG_MMU/
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/tlbflush.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/tlbflush.h
b/include/asm-arm/tlbflush.h
index
d64b180
..
7289924
100644
(file)
--- a/
include/asm-arm/tlbflush.h
+++ b/
include/asm-arm/tlbflush.h
@@
-16,7
+16,7
@@
#define tlb_flush(tlb) ((void) tlb)
-#else /* CONFIG_MM
Y
*/
+#else /* CONFIG_MM
U
*/
#include <asm/glue.h>