diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-02-07 03:00:16 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-20 04:11:53 -0500 |
commit | df7d6aec96ab98cb182dd5138a85bdc363a9bf0d (patch) | |
tree | d71808a328639a32b16c53b24ce8a6b641f43ad2 /arch/sparc64/kernel/ktlb.S | |
parent | d257d5da39a78b32721ca84b2ba7f461f2f7ed7f (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/ktlb.S')
-rw-r--r-- | arch/sparc64/kernel/ktlb.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/ktlb.S b/arch/sparc64/kernel/ktlb.S index 2e55084a0c12..f6bb2e08964a 100644 --- a/arch/sparc64/kernel/ktlb.S +++ b/arch/sparc64/kernel/ktlb.S | |||
@@ -67,7 +67,7 @@ kvmap_itlb_longpath: | |||
67 | 67 | ||
68 | 661: rdpr %pstate, %g5 | 68 | 661: rdpr %pstate, %g5 |
69 | wrpr %g5, PSTATE_AG | PSTATE_MG, %pstate | 69 | wrpr %g5, PSTATE_AG | PSTATE_MG, %pstate |
70 | .section .gl_2insn_patch, "ax" | 70 | .section .sun4v_2insn_patch, "ax" |
71 | .word 661b | 71 | .word 661b |
72 | nop | 72 | nop |
73 | nop | 73 | nop |
@@ -179,7 +179,7 @@ kvmap_dtlb_longpath: | |||
179 | 179 | ||
180 | 661: rdpr %pstate, %g5 | 180 | 661: rdpr %pstate, %g5 |
181 | wrpr %g5, PSTATE_AG | PSTATE_MG, %pstate | 181 | wrpr %g5, PSTATE_AG | PSTATE_MG, %pstate |
182 | .section .gl_2insn_patch, "ax" | 182 | .section .sun4v_2insn_patch, "ax" |
183 | .word 661b | 183 | .word 661b |
184 | nop | 184 | nop |
185 | nop | 185 | nop |