Skip to content

Commit a71041e

Browse files
authored
Merge pull request #5045 from martin-frbg/issue5034
Temporarily disable the default S/DSCAL kernel on PPC970
2 parents 52c7695 + 9b9c0aa commit a71041e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/power/KERNEL.PPC970

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,6 @@ DROTKERNEL = ../arm/rot.c
8989
CROTKERNEL = ../arm/zrot.c
9090
ZROTKERNEL = ../arm/zrot.c
9191
endif
92+
93+
SSCALKERNEL = ../arm/scal.c
94+
DSCALKERNEL = ../arm/scal.c

0 commit comments

Comments
 (0)