Skip to content

Commit

Permalink
[SPARC64]: Fix comment typo in __flush_tlb_kernel_range.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent 9d29a3f commit 1daef08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc64/mm/ultra.S
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ __flush_tlb_pending: /* 26 insns */

.align 32
.globl __flush_tlb_kernel_range
__flush_tlb_kernel_range: /* 14 insns */
__flush_tlb_kernel_range: /* 16 insns */
/* %o0=start, %o1=end */
cmp %o0, %o1
be,pn %xcc, 2f
Expand Down

0 comments on commit 1daef08

Please sign in to comment.