summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/proc.h')
-rw-r--r--sys/powerpc/include/proc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/powerpc/include/proc.h b/sys/powerpc/include/proc.h
index f3bb8af..0842b83 100644
--- a/sys/powerpc/include/proc.h
+++ b/sys/powerpc/include/proc.h
@@ -46,7 +46,12 @@ struct mdthread {
struct mdproc {
};
+#ifdef __powerpc64__
+#define KINFO_PROC_SIZE 1088
+#define KINFO_PROC32_SIZE 768
+#else
#define KINFO_PROC_SIZE 768
+#endif
#ifdef _KERNEL
struct syscall_args {
OpenPOWER on IntegriCloud