aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/mm/ultra.S
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2006-01-31 21:33:00 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-03-20 04:11:22 -0500
commit4da808c352c290d3f762933d44d4ab90c2fd65f3 (patch)
treeda99326440777580a19c345a5b0d52fbf800042b /arch/sparc64/mm/ultra.S
parent4753eb2ac7022b999e5e484f1a5dc001dba22bd3 (diff)
[SPARC64]: Fix bogus flush instruction usage.
Some of the trap code was still assuming that alternate global %g6 was hard coded with current_thread_info(). Let's just consistently flush at KERNBASE when we need a pipeline synchronization. That's locked into the TLB and will always work. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/mm/ultra.S')
-rw-r--r--arch/sparc64/mm/ultra.S31
1 files changed, 19 insertions, 12 deletions
diff --git a/arch/sparc64/mm/ultra.S b/arch/sparc64/mm/ultra.S
index a87394824ec2..269ed57b3e9d 100644
--- a/arch/sparc64/mm/ultra.S
+++ b/arch/sparc64/mm/ultra.S
@@ -36,9 +36,10 @@ __flush_tlb_mm: /* %o0=(ctx & TAG_CONTEXT_BITS), %o1=SECONDARY_CONTEXT */
36 mov 0x50, %g3 36 mov 0x50, %g3
37 stxa %g0, [%g3] ASI_DMMU_DEMAP 37 stxa %g0, [%g3] ASI_DMMU_DEMAP
38 stxa %g0, [%g3] ASI_IMMU_DEMAP 38 stxa %g0, [%g3] ASI_IMMU_DEMAP
39 sethi %hi(KERNBASE), %g3
40 flush %g3
39 retl 41 retl
40 flush %g6 42 nop
41 nop
42 nop 43 nop
43 nop 44 nop
44 nop 45 nop
@@ -72,7 +73,8 @@ __flush_tlb_pending:
72 brnz,pt %o1, 1b 73 brnz,pt %o1, 1b
73 nop 74 nop
74 stxa %g2, [%o4] ASI_DMMU 75 stxa %g2, [%o4] ASI_DMMU
75 flush %g6 76 sethi %hi(KERNBASE), %o4
77 flush %o4
76 retl 78 retl
77 wrpr %g7, 0x0, %pstate 79 wrpr %g7, 0x0, %pstate
78 nop 80 nop
@@ -94,8 +96,10 @@ __flush_tlb_kernel_range: /* %o0=start, %o1=end */
94 membar #Sync 96 membar #Sync
95 brnz,pt %o3, 1b 97 brnz,pt %o3, 1b
96 sub %o3, %o4, %o3 98 sub %o3, %o4, %o3
972: retl 992: sethi %hi(KERNBASE), %o3
98 flush %g6 100 flush %o3
101 retl
102 nop
99 103
100__spitfire_flush_tlb_mm_slow: 104__spitfire_flush_tlb_mm_slow:
101 rdpr %pstate, %g1 105 rdpr %pstate, %g1
@@ -105,7 +109,8 @@ __spitfire_flush_tlb_mm_slow:
105 stxa %g0, [%g3] ASI_IMMU_DEMAP 109 stxa %g0, [%g3] ASI_IMMU_DEMAP
106 flush %g6 110 flush %g6
107 stxa %g2, [%o1] ASI_DMMU 111 stxa %g2, [%o1] ASI_DMMU
108 flush %g6 112 sethi %hi(KERNBASE), %o1
113 flush %o1
109 retl 114 retl
110 wrpr %g1, 0, %pstate 115 wrpr %g1, 0, %pstate
111 116
@@ -181,7 +186,7 @@ __flush_dcache_page: /* %o0=kaddr, %o1=flush_icache */
181 .previous 186 .previous
182 187
183 /* Cheetah specific versions, patched at boot time. */ 188 /* Cheetah specific versions, patched at boot time. */
184__cheetah_flush_tlb_mm: /* 18 insns */ 189__cheetah_flush_tlb_mm: /* 19 insns */
185 rdpr %pstate, %g7 190 rdpr %pstate, %g7
186 andn %g7, PSTATE_IE, %g2 191 andn %g7, PSTATE_IE, %g2
187 wrpr %g2, 0x0, %pstate 192 wrpr %g2, 0x0, %pstate
@@ -196,12 +201,13 @@ __cheetah_flush_tlb_mm: /* 18 insns */
196 stxa %g0, [%g3] ASI_DMMU_DEMAP 201 stxa %g0, [%g3] ASI_DMMU_DEMAP
197 stxa %g0, [%g3] ASI_IMMU_DEMAP 202 stxa %g0, [%g3] ASI_IMMU_DEMAP
198 stxa %g2, [%o2] ASI_DMMU 203 stxa %g2, [%o2] ASI_DMMU
199 flush %g6 204 sethi %hi(KERNBASE), %o2
205 flush %o2
200 wrpr %g0, 0, %tl 206 wrpr %g0, 0, %tl
201 retl 207 retl
202 wrpr %g7, 0x0, %pstate 208 wrpr %g7, 0x0, %pstate
203 209
204__cheetah_flush_tlb_pending: /* 26 insns */ 210__cheetah_flush_tlb_pending: /* 27 insns */
205 /* %o0 = context, %o1 = nr, %o2 = vaddrs[] */ 211 /* %o0 = context, %o1 = nr, %o2 = vaddrs[] */
206 rdpr %pstate, %g7 212 rdpr %pstate, %g7
207 sllx %o1, 3, %o1 213 sllx %o1, 3, %o1
@@ -225,7 +231,8 @@ __cheetah_flush_tlb_pending: /* 26 insns */
225 brnz,pt %o1, 1b 231 brnz,pt %o1, 1b
226 nop 232 nop
227 stxa %g2, [%o4] ASI_DMMU 233 stxa %g2, [%o4] ASI_DMMU
228 flush %g6 234 sethi %hi(KERNBASE), %o4
235 flush %o4
229 wrpr %g0, 0, %tl 236 wrpr %g0, 0, %tl
230 retl 237 retl
231 wrpr %g7, 0x0, %pstate 238 wrpr %g7, 0x0, %pstate
@@ -265,14 +272,14 @@ cheetah_patch_cachetlbops:
265 sethi %hi(__cheetah_flush_tlb_mm), %o1 272 sethi %hi(__cheetah_flush_tlb_mm), %o1
266 or %o1, %lo(__cheetah_flush_tlb_mm), %o1 273 or %o1, %lo(__cheetah_flush_tlb_mm), %o1
267 call cheetah_patch_one 274 call cheetah_patch_one
268 mov 18, %o2 275 mov 19, %o2
269 276
270 sethi %hi(__flush_tlb_pending), %o0 277 sethi %hi(__flush_tlb_pending), %o0
271 or %o0, %lo(__flush_tlb_pending), %o0 278 or %o0, %lo(__flush_tlb_pending), %o0
272 sethi %hi(__cheetah_flush_tlb_pending), %o1 279 sethi %hi(__cheetah_flush_tlb_pending), %o1
273 or %o1, %lo(__cheetah_flush_tlb_pending), %o1 280 or %o1, %lo(__cheetah_flush_tlb_pending), %o1
274 call cheetah_patch_one 281 call cheetah_patch_one
275 mov 26, %o2 282 mov 27, %o2
276 283
277#ifdef DCACHE_ALIASING_POSSIBLE 284#ifdef DCACHE_ALIASING_POSSIBLE
278 sethi %hi(__flush_dcache_page), %o0 285 sethi %hi(__flush_dcache_page), %o0