aboutsummaryrefslogtreecommitdiff
path: root/sys/sun4v/include
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2010-05-08 18:54:47 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2010-05-08 18:54:47 +0000
commit19effccdeea938d8fcc2410c23898c6ce64f5840 (patch)
treec9a523664398c47ceb20c77198d8c47e2f3aef1e /sys/sun4v/include
parentc200853a4bd118af5dedc689173656c651dbef4e (diff)
downloadsrc-19effccdeea938d8fcc2410c23898c6ce64f5840.tar.gz
src-19effccdeea938d8fcc2410c23898c6ce64f5840.zip
MFC r204051 (by imp):
n64 has a different size for KINFO_PROC_SIZE. Approved by: imp MFC r207152: Move the constants specifying the size of struct kinfo_proc into machine-specific header files. Add KINFO_PROC32_SIZE for struct kinfo_proc32 for architectures providing COMPAT_FREEBSD32. Add CTASSERT for the size of struct kinfo_proc32. MFC r207269: Style: use #define<TAB> instead of #define<SPACE>.
Notes
Notes: svn path=/stable/8/; revision=207793
Diffstat (limited to 'sys/sun4v/include')
-rw-r--r--sys/sun4v/include/proc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sun4v/include/proc.h b/sys/sun4v/include/proc.h
index bfd1268e433c..3c236637fb97 100644
--- a/sys/sun4v/include/proc.h
+++ b/sys/sun4v/include/proc.h
@@ -51,4 +51,6 @@ struct mdproc {
void *md_sigtramp;
};
+#define KINFO_PROC_SIZE 1088
+
#endif /* !_MACHINE_PROC_H_ */