From 9368fc2012ea307aca41dc78bfaf2f32cecb8f94 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Wed, 10 Apr 1996 05:27:11 +0000 Subject: [PATCH] hp300 -> i386 --- sys/amd64/include/proc.h | 4 ++-- sys/i386/include/proc.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h index 92de3af87dc..77b66664a37 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 */ diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h index 92de3af87dc..77b66664a37 100644 --- a/sys/i386/include/proc.h +++ b/sys/i386/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 */