aboutsummaryrefslogtreecommitdiff
path: root/sys/sun4v/include
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2010-04-24 12:49:52 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2010-04-24 12:49:52 +0000
commited7806879b9fb7bd34a9ec2ae1360760e87d244d (patch)
treef957490736ac9e2d4cf2744de79d181118b36d05 /sys/sun4v/include
parentb09fefd1f6900e5df435e4bd1942f384755e5185 (diff)
Notes
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..84eaed5a00ed 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_ */