Commit 48b67356 authored by David Miller's avatar David Miller Committed by David S. Miller

[SPARC64]: Fix service channel hypervisor function names.

sed 's/scv/svc/'
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d1f253e6
...@@ -2514,9 +2514,9 @@ sun4v_ncs_request: ...@@ -2514,9 +2514,9 @@ sun4v_ncs_request:
nop nop
.size sun4v_ncs_request, .-sun4v_ncs_request .size sun4v_ncs_request, .-sun4v_ncs_request
.globl sun4v_scv_send .globl sun4v_svc_send
.type sun4v_scv_send,#function .type sun4v_svc_send,#function
sun4v_scv_send: sun4v_svc_send:
save %sp, -192, %sp save %sp, -192, %sp
mov %i0, %o0 mov %i0, %o0
mov %i1, %o1 mov %i1, %o1
...@@ -2526,11 +2526,11 @@ sun4v_scv_send: ...@@ -2526,11 +2526,11 @@ sun4v_scv_send:
stx %o1, [%i3] stx %o1, [%i3]
ret ret
restore restore
.size sun4v_scv_send, .-sun4v_scv_send .size sun4v_svc_send, .-sun4v_svc_send
.globl sun4v_scv_recv .globl sun4v_svc_recv
.type sun4v_scv_recv,#function .type sun4v_svc_recv,#function
sun4v_scv_recv: sun4v_svc_recv:
save %sp, -192, %sp save %sp, -192, %sp
mov %i0, %o0 mov %i0, %o0
mov %i1, %o1 mov %i1, %o1
...@@ -2540,33 +2540,33 @@ sun4v_scv_recv: ...@@ -2540,33 +2540,33 @@ sun4v_scv_recv:
stx %o1, [%i3] stx %o1, [%i3]
ret ret
restore restore
.size sun4v_scv_recv, .-sun4v_scv_recv .size sun4v_svc_recv, .-sun4v_svc_recv
.globl sun4v_scv_getstatus .globl sun4v_svc_getstatus
.type sun4v_scv_getstatus,#function .type sun4v_svc_getstatus,#function
sun4v_scv_getstatus: sun4v_svc_getstatus:
mov HV_FAST_SVC_GETSTATUS, %o5 mov HV_FAST_SVC_GETSTATUS, %o5
mov %o1, %o4 mov %o1, %o4
ta HV_FAST_TRAP ta HV_FAST_TRAP
stx %o1, [%o4] stx %o1, [%o4]
retl retl
nop nop
.size sun4v_scv_getstatus, .-sun4v_scv_getstatus .size sun4v_svc_getstatus, .-sun4v_svc_getstatus
.globl sun4v_scv_setstatus .globl sun4v_svc_setstatus
.type sun4v_scv_setstatus,#function .type sun4v_svc_setstatus,#function
sun4v_scv_setstatus: sun4v_svc_setstatus:
mov HV_FAST_SVC_SETSTATUS, %o5 mov HV_FAST_SVC_SETSTATUS, %o5
ta HV_FAST_TRAP ta HV_FAST_TRAP
retl retl
nop nop
.size sun4v_scv_setstatus, .-sun4v_scv_setstatus .size sun4v_svc_setstatus, .-sun4v_svc_setstatus
.globl sun4v_scv_clrstatus .globl sun4v_svc_clrstatus
.type sun4v_scv_clrstatus,#function .type sun4v_svc_clrstatus,#function
sun4v_scv_clrstatus: sun4v_svc_clrstatus:
mov HV_FAST_SVC_CLRSTATUS, %o5 mov HV_FAST_SVC_CLRSTATUS, %o5
ta HV_FAST_TRAP ta HV_FAST_TRAP
retl retl
nop nop
.size sun4v_scv_clrstatus, .-sun4v_scv_clrstatus .size sun4v_svc_clrstatus, .-sun4v_svc_clrstatus
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