aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/tsb.S
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-02-07 03:00:16 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-03-20 04:11:53 -0500
commitdf7d6aec96ab98cb182dd5138a85bdc363a9bf0d (patch)
treed71808a328639a32b16c53b24ce8a6b641f43ad2 /arch/sparc64/kernel/tsb.S
parentd257d5da39a78b32721ca84b2ba7f461f2f7ed7f (diff)
[SPARC64]: Rename gl_{1,2}insn_patch --> sun4v_{1,2}insn_patch
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/tsb.S')
-rw-r--r--arch/sparc64/kernel/tsb.S12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/sparc64/kernel/tsb.S b/arch/sparc64/kernel/tsb.S
index 818bc9e9135a..819a6ef9799f 100644
--- a/arch/sparc64/kernel/tsb.S
+++ b/arch/sparc64/kernel/tsb.S
@@ -74,7 +74,7 @@ tsb_dtlb_load:
74 74
75661: stxa %g5, [%g0] ASI_DTLB_DATA_IN 75661: stxa %g5, [%g0] ASI_DTLB_DATA_IN
76 retry 76 retry
77 .section .gl_2insn_patch, "ax" 77 .section .sun4v_2insn_patch, "ax"
78 .word 661b 78 .word 661b
79 nop 79 nop
80 nop 80 nop
@@ -99,7 +99,7 @@ tsb_itlb_load:
99 99
100661: stxa %g5, [%g0] ASI_ITLB_DATA_IN 100661: stxa %g5, [%g0] ASI_ITLB_DATA_IN
101 retry 101 retry
102 .section .gl_2insn_patch, "ax" 102 .section .sun4v_2insn_patch, "ax"
103 .word 661b 103 .word 661b
104 nop 104 nop
105 nop 105 nop
@@ -130,7 +130,7 @@ tsb_do_fault:
130 130
131661: rdpr %pstate, %g5 131661: rdpr %pstate, %g5
132 wrpr %g5, PSTATE_AG | PSTATE_MG, %pstate 132 wrpr %g5, PSTATE_AG | PSTATE_MG, %pstate
133 .section .gl_2insn_patch, "ax" 133 .section .sun4v_2insn_patch, "ax"
134 .word 661b 134 .word 661b
135 nop 135 nop
136 nop 136 nop
@@ -145,7 +145,7 @@ tsb_do_dtlb_fault:
145 145
146661: mov TLB_TAG_ACCESS, %g4 146661: mov TLB_TAG_ACCESS, %g4
147 ldxa [%g4] ASI_DMMU, %g5 147 ldxa [%g4] ASI_DMMU, %g5
148 .section .gl_2insn_patch, "ax" 148 .section .sun4v_2insn_patch, "ax"
149 .word 661b 149 .word 661b
150 mov %g4, %g5 150 mov %g4, %g5
151 nop 151 nop
@@ -250,7 +250,7 @@ __tsb_context_switch:
250 250
251661: mov TSB_REG, %g1 251661: mov TSB_REG, %g1
252 stxa %o1, [%g1] ASI_DMMU 252 stxa %o1, [%g1] ASI_DMMU
253 .section .gl_2insn_patch, "ax" 253 .section .sun4v_2insn_patch, "ax"
254 .word 661b 254 .word 661b
255 mov SCRATCHPAD_UTSBREG1, %g1 255 mov SCRATCHPAD_UTSBREG1, %g1
256 stxa %o1, [%g1] ASI_SCRATCHPAD 256 stxa %o1, [%g1] ASI_SCRATCHPAD
@@ -260,7 +260,7 @@ __tsb_context_switch:
260 260
261661: stxa %o1, [%g1] ASI_IMMU 261661: stxa %o1, [%g1] ASI_IMMU
262 membar #Sync 262 membar #Sync
263 .section .gl_2insn_patch, "ax" 263 .section .sun4v_2insn_patch, "ax"
264 .word 661b 264 .word 661b
265 nop 265 nop
266 nop 266 nop