Browse Source
Merge pull request #5045 from martin-frbg/issue5034
Temporarily disable the default S/DSCAL kernel on PPC970
tags/v0.3.29
Martin Kroeker
GitHub
1 year ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
kernel/power/KERNEL.PPC970
|
|
|
@@ -89,3 +89,6 @@ DROTKERNEL = ../arm/rot.c |
|
|
|
CROTKERNEL = ../arm/zrot.c |
|
|
|
ZROTKERNEL = ../arm/zrot.c |
|
|
|
endif |
|
|
|
|
|
|
|
SSCALKERNEL = ../arm/scal.c |
|
|
|
DSCALKERNEL = ../arm/scal.c |