diff options
Diffstat (limited to 'sys/arch/sun3/include/proc.h')
-rw-r--r-- | sys/arch/sun3/include/proc.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sys/arch/sun3/include/proc.h b/sys/arch/sun3/include/proc.h index 602aa3cbf65..9247a10294c 100644 --- a/sys/arch/sun3/include/proc.h +++ b/sys/arch/sun3/include/proc.h @@ -1,9 +1,8 @@ -/* $NetBSD: proc.h,v 1.7 1994/11/21 21:34:06 gwr Exp $ */ +/* $NetBSD: proc.h,v 1.8 1996/11/25 22:09:11 gwr Exp $ */ /* - * Copyright (c) 1994 Gordon W. Ross - * Copyright (c) 1991 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1991, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -33,8 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)proc.h 7.1 (Berkeley) 5/15/91 - * proc.h,v 1.2 1993/05/22 07:58:30 cgd Exp + * from: proc.h 8.1 (Berkeley) 6/10/93 */ /* @@ -43,7 +41,6 @@ struct mdproc { int *md_regs; /* registers on current frame */ int md_flags; /* machine-dependent flags */ - int md_upte[UPAGES]; /* ptes for mapping u page */ }; /* md_flags */ |