< prev index next >

src/jdk.hotspot.agent/linux/native/libsaproc/libproc.h

Print this page
rev 59383 : [mq]: final

@@ -31,11 +31,11 @@
 
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 
 
-#if defined(sparc) || defined(sparcv9) || defined(ppc64) || defined(ppc64le)
+#if defined(ppc64) || defined(ppc64le)
 #include <asm/ptrace.h>
 #define user_regs_struct  pt_regs
 #endif
 #if defined(aarch64) || defined(arm64)
 #include <asm/ptrace.h>
< prev index next >