Skip to content

Commit 830cda3

Browse files
committed
sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending.
Noticed by James Clarke. Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 849c498 commit 830cda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/sparc/mm/ultra.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ __hypervisor_flush_tlb_page: /* 22 insns */
358358
nop
359359
nop
360360

361-
__hypervisor_flush_tlb_pending: /* 16 insns */
361+
__hypervisor_flush_tlb_pending: /* 27 insns */
362362
/* %o0 = context, %o1 = nr, %o2 = vaddrs[] */
363363
sllx %o1, 3, %g1
364364
mov %o2, %g2

0 commit comments

Comments
 (0)