We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0be97ed + 229efa4 commit 91d861aCopy full SHA for 91d861a
kernel/power/KERNEL.PPC970
@@ -89,6 +89,3 @@ DROTKERNEL = ../arm/rot.c
89
CROTKERNEL = ../arm/zrot.c
90
ZROTKERNEL = ../arm/zrot.c
91
endif
92
-
93
-SSCALKERNEL = ../arm/scal.c
94
-DSCALKERNEL = ../arm/scal.c
kernel/power/scal.S
@@ -59,7 +59,7 @@
59
#if !defined(__64BIT__) && defined(DOUBLE)
60
#define X r8
61
#define INCX r9
62
-#define FLAG r13
+#define FLAG r11
63
#else
64
#define X r7
65
#define INCX r8
@@ -91,7 +91,7 @@
fcmpu cr0, FZERO, ALPHA
bne- cr0, LL(A1I1)
- ld FLAG, 48+64+8(SP)
+ LDLONG FLAG, 48+64+8(SP)
95
cmpwi cr0, FLAG, 1
96
beq- cr0, LL(A1I1)
97
0 commit comments