diff options
Diffstat (limited to 'org.handhelds.familiar/packages/mozilla/minimo-0.016/no-x86-asm.patch')
-rw-r--r-- | org.handhelds.familiar/packages/mozilla/minimo-0.016/no-x86-asm.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/mozilla/minimo-0.016/no-x86-asm.patch b/org.handhelds.familiar/packages/mozilla/minimo-0.016/no-x86-asm.patch new file mode 100644 index 0000000..ec74364 --- /dev/null +++ b/org.handhelds.familiar/packages/mozilla/minimo-0.016/no-x86-asm.patch @@ -0,0 +1,23 @@ +Index: mpi/mpcpucache.c +=================================================================== +RCS file: /cvsroot/mozilla/security/nss/lib/freebl/mpi/mpcpucache.c,v +retrieving revision 1.3.6.2 +diff -u -r1.3.6.2 mpcpucache.c +--- mozilla/security/nss/lib/freebl/mpi/mpcpucache.c 3 Feb 2006 22:31:27 -0000 1.3.6.2 ++++ mozilla/security/nss/lib/freebl/mpi/mpcpucache.c 2 May 2006 00:23:27 -0000 +@@ -53,6 +53,7 @@ + * + */ + ++#if 0 + #if defined(i386) || defined(__i386) || defined(__X86__) || defined (_M_IX86) || defined(__x86_64__) || defined(__x86_64) + /* X86 processors have special instructions that tell us about the cache */ + #include "string.h" +@@ -750,6 +751,7 @@ + } + #define MPI_GET_PROCESSOR_LINE_SIZE_DEFINED 1 + #endif ++#endif + + + /* If no way to get the processor cache line size has been defined, assume |