Commit 6278a6da authored by David S. Miller's avatar David S. Miller Committed by Luis Henriques

sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending.

BugLink: http://bugs.launchpad.net/bugs/1643637

[ Upstream commit 830cda3f ]

Noticed by James Clarke.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
parent 46d7a3e4
...@@ -358,7 +358,7 @@ __hypervisor_flush_tlb_page: /* 22 insns */ ...@@ -358,7 +358,7 @@ __hypervisor_flush_tlb_page: /* 22 insns */
nop nop
nop nop
__hypervisor_flush_tlb_pending: /* 16 insns */ __hypervisor_flush_tlb_pending: /* 27 insns */
/* %o0 = context, %o1 = nr, %o2 = vaddrs[] */ /* %o0 = context, %o1 = nr, %o2 = vaddrs[] */
sllx %o1, 3, %g1 sllx %o1, 3, %g1
mov %o2, %g2 mov %o2, %g2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment