15 lines
548 B
Diff
15 lines
548 B
Diff
Description: work around a build failure with clang on ppc64el
|
|
Author: Olivier Tilloy <olivier.tilloy@canonical.com>
|
|
Bug: https://bugzilla.mozilla.org/1555531
|
|
|
|
--- a/security/nss/lib/freebl/mpi/mpcpucache.c
|
|
+++ b/security/nss/lib/freebl/mpi/mpcpucache.c
|
|
@@ -704,7 +704,7 @@ s_mpi_getProcessorLineSize()
|
|
#define MPI_GET_PROCESSOR_LINE_SIZE_DEFINED 1
|
|
#endif
|
|
|
|
-#if defined(__ppc64__)
|
|
+#if 0
|
|
/*
|
|
* Sigh, The PPC has some really nice features to help us determine cache
|
|
* size, since it had lots of direct control functions to do so. The POWER
|