diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2010-04-24 12:49:52 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2010-04-24 12:49:52 +0000 |
| commit | ed7806879b9fb7bd34a9ec2ae1360760e87d244d (patch) | |
| tree | f957490736ac9e2d4cf2744de79d181118b36d05 /sys/sun4v/include | |
| parent | b09fefd1f6900e5df435e4bd1942f384755e5185 (diff) | |
Notes
Diffstat (limited to 'sys/sun4v/include')
| -rw-r--r-- | sys/sun4v/include/proc.h | 2 |
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_ */ |
