Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57375
b: refs/heads/master
c: 48b6735
h: refs/heads/master
i:
  57373: 9fda734
  57371: de9d286
  57367: e50cdba
  57359: 0305356
  57343: f802f7a
v: v3
  • Loading branch information
David Miller authored and David S. Miller committed Jun 5, 2007
1 parent 888f3f0 commit e6190c7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d1f253e60aefe4d3a3e708b3c2a082f3ec1be6f4
refs/heads/master: 48b67356400dd7866c035024aeaa2f804de7cead
40 changes: 20 additions & 20 deletions trunk/arch/sparc64/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -2514,9 +2514,9 @@ sun4v_ncs_request:
nop
.size sun4v_ncs_request, .-sun4v_ncs_request

.globl sun4v_scv_send
.type sun4v_scv_send,#function
sun4v_scv_send:
.globl sun4v_svc_send
.type sun4v_svc_send,#function
sun4v_svc_send:
save %sp, -192, %sp
mov %i0, %o0
mov %i1, %o1
Expand All @@ -2526,11 +2526,11 @@ sun4v_scv_send:
stx %o1, [%i3]
ret
restore
.size sun4v_scv_send, .-sun4v_scv_send
.size sun4v_svc_send, .-sun4v_svc_send

.globl sun4v_scv_recv
.type sun4v_scv_recv,#function
sun4v_scv_recv:
.globl sun4v_svc_recv
.type sun4v_svc_recv,#function
sun4v_svc_recv:
save %sp, -192, %sp
mov %i0, %o0
mov %i1, %o1
Expand All @@ -2540,33 +2540,33 @@ sun4v_scv_recv:
stx %o1, [%i3]
ret
restore
.size sun4v_scv_recv, .-sun4v_scv_recv
.size sun4v_svc_recv, .-sun4v_svc_recv

.globl sun4v_scv_getstatus
.type sun4v_scv_getstatus,#function
sun4v_scv_getstatus:
.globl sun4v_svc_getstatus
.type sun4v_svc_getstatus,#function
sun4v_svc_getstatus:
mov HV_FAST_SVC_GETSTATUS, %o5
mov %o1, %o4
ta HV_FAST_TRAP
stx %o1, [%o4]
retl
nop
.size sun4v_scv_getstatus, .-sun4v_scv_getstatus
.size sun4v_svc_getstatus, .-sun4v_svc_getstatus

.globl sun4v_scv_setstatus
.type sun4v_scv_setstatus,#function
sun4v_scv_setstatus:
.globl sun4v_svc_setstatus
.type sun4v_svc_setstatus,#function
sun4v_svc_setstatus:
mov HV_FAST_SVC_SETSTATUS, %o5
ta HV_FAST_TRAP
retl
nop
.size sun4v_scv_setstatus, .-sun4v_scv_setstatus
.size sun4v_svc_setstatus, .-sun4v_svc_setstatus

.globl sun4v_scv_clrstatus
.type sun4v_scv_clrstatus,#function
sun4v_scv_clrstatus:
.globl sun4v_svc_clrstatus
.type sun4v_svc_clrstatus,#function
sun4v_svc_clrstatus:
mov HV_FAST_SVC_CLRSTATUS, %o5
ta HV_FAST_TRAP
retl
nop
.size sun4v_scv_clrstatus, .-sun4v_scv_clrstatus
.size sun4v_svc_clrstatus, .-sun4v_svc_clrstatus

0 comments on commit e6190c7

Please sign in to comment.