hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/powerpc/kernel/l2cr_6xx.S
....@@ -1,20 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 L2CR functions
34 Copyright © 1997-1998 by PowerLogix R & D, Inc.
45
5
- This program is free software; you can redistribute it and/or modify
6
- it under the terms of the GNU General Public License as published by
7
- the Free Software Foundation; either version 2 of the License, or
8
- (at your option) any later version.
9
-
10
- This program is distributed in the hope that it will be useful,
11
- but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- GNU General Public License for more details.
14
-
15
- You should have received a copy of the GNU General Public License
16
- along with this program; if not, write to the Free Software
17
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
186 */
197 /*
208 Thur, Dec. 12, 1998.
....@@ -108,7 +96,7 @@
10896
10997 /* Stop DST streams */
11098 BEGIN_FTR_SECTION
111
- DSSALL
99
+ PPC_DSSALL
112100 sync
113101 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
114102
....@@ -268,7 +256,6 @@
268256 sync
269257
270258 /* Restore MSR (restores EE and DR bits to original state) */
271
- SYNC
272259 mtmsr r7
273260 isync
274261
....@@ -305,7 +292,7 @@
305292 isync
306293
307294 /* Stop DST streams */
308
- DSSALL
295
+ PPC_DSSALL
309296 sync
310297
311298 /* Get the current enable bit of the L3CR into r4 */
....@@ -389,7 +376,7 @@
389376 1: bdnz 1b
390377
391378 /* Restore MSR (restores EE and DR bits to original state) */
392
-4: SYNC
379
+4:
393380 mtmsr r7
394381 isync
395382 blr
....@@ -414,7 +401,7 @@
414401 _GLOBAL(__flush_disable_L1)
415402 /* Stop pending alitvec streams and memory accesses */
416403 BEGIN_FTR_SECTION
417
- DSSALL
404
+ PPC_DSSALL
418405 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
419406 sync
420407
....@@ -467,5 +454,6 @@
467454 sync
468455
469456 blr
457
+_ASM_NOKPROBE_SYMBOL(__inval_enable_L1)
470458
471459