13 lines
449 B
Text
13 lines
449 B
Text
$NetBSD: patch-aq,v 1.1.1.1 2004/02/08 12:55:08 pulahti 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)
|