mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
441 B
Plaintext
14 lines
441 B
Plaintext
$NetBSD: patch-aq,v 1.2 2003/07/01 23:19:14 jtb Exp $
|
|
|
|
--- src/runtime/mach-dep/PPC.prim.asm.orig
|
|
+++ src/runtime/mach-dep/PPC.prim.asm
|
|
@@ -813,7 +813,7 @@
|
|
lfd f31, 136(r3)
|
|
blr
|
|
|
|
-#if (defined(TARGET_PPC) && (defined(OPSYS_LINUX) || defined(OPSYS_DARWIN) ))
|
|
+#if (defined(TARGET_PPC) && (defined(OPSYS_LINUX) || defined(OPSYS_DARWIN) || defined(OPSYS_NETBSD) ))
|
|
|
|
#define CACHE_LINE_SZB 32
|
|
#define CACHE_LINE_MASK (CACHE_LINE_SZB-1)
|