diff options
| author | Nate Williams <nate@FreeBSD.org> | 1996-04-10 05:27:11 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1996-04-10 05:27:11 +0000 |
| commit | 9368fc2012ea307aca41dc78bfaf2f32cecb8f94 (patch) | |
| tree | 75df5d236d2e5078132a3bbb4f0d251b9854ecca /sys/amd64/include/proc.h | |
| parent | f4f119017f51c5eb3336fd1e2b93c9c4cd8df6a8 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/proc.h')
| -rw-r--r-- | sys/amd64/include/proc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h index 92de3af87dcf..77b66664a373 100644 --- a/sys/amd64/include/proc.h +++ b/sys/amd64/include/proc.h @@ -31,14 +31,14 @@ * SUCH DAMAGE. * * from: @(#)proc.h 7.1 (Berkeley) 5/15/91 - * $Id: proc.h,v 1.2 1993/10/16 14:39:24 rgrimes Exp $ + * $Id: proc.h,v 1.4 1994/05/25 08:56:29 rgrimes Exp $ */ #ifndef _MACHINE_PROC_H_ #define _MACHINE_PROC_H_ 1 /* - * Machine-dependent part of the proc structure for hp300. + * Machine-dependent part of the proc structure for i386. */ struct mdproc { int md_flags; /* machine-dependent flags */ |
