Skip to content

Commit

Permalink
[SPARC64]: Typo in dtlb_backend.S, _PAGE_SZ4M --> _PAGE_SZ4MB
Browse files Browse the repository at this point in the history
Noticed by Eddie C. Dost

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jul 8, 2005
1 parent a92b7b8 commit dcc83a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc64/kernel/dtlb_backend.S
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#elif PAGE_SHIFT == 19
#define SZ_BITS _PAGE_SZ512K
#elif PAGE_SHIFT == 22
#define SZ_BITS _PAGE_SZ4M
#define SZ_BITS _PAGE_SZ4MB
#endif

#define VALID_SZ_BITS (_PAGE_VALID | SZ_BITS)
Expand Down

0 comments on commit dcc83a0

Please sign in to comment.