Skip to content

Commit

Permalink
[ARM] Fix typo in tlbflush.h
Browse files Browse the repository at this point in the history
s/CONFIG_MMY/CONFIG_MMU/

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Mar 21, 2006
1 parent 0157903 commit fb1c776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/tlbflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#define tlb_flush(tlb) ((void) tlb)

#else /* CONFIG_MMY */
#else /* CONFIG_MMU */

#include <asm/glue.h>

Expand Down

0 comments on commit fb1c776

Please sign in to comment.