diff options
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r-- | sys/arch/m88k/include/proc.h | 4 | ||||
-rw-r--r-- | sys/arch/m88k/include/vmparam.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/m88k/include/proc.h b/sys/arch/m88k/include/proc.h index 10921594bec..8b5ff9939f3 100644 --- a/sys/arch/m88k/include/proc.h +++ b/sys/arch/m88k/include/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.6 2013/08/26 21:38:08 miod Exp $ */ +/* $OpenBSD: proc.h,v 1.7 2014/03/18 22:36:34 miod Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -47,7 +47,7 @@ struct trapframe; /* - * Machine-dependent part of the proc structure for mvme88k. + * Machine-dependent part of the proc structure for m88k. */ struct mdproc { struct trapframe *md_tf; /* trap/syscall registers */ diff --git a/sys/arch/m88k/include/vmparam.h b/sys/arch/m88k/include/vmparam.h index e7be94ff5c4..c788d1e6783 100644 --- a/sys/arch/m88k/include/vmparam.h +++ b/sys/arch/m88k/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.14 2014/01/30 18:16:41 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.15 2014/03/18 22:36:34 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1992 Carnegie Mellon University @@ -80,7 +80,7 @@ /* * Constants which control the way the VM system deals with memory segments. - * The mvme88k only has one physical memory segment. + * All m88k systems so far only have one physical memory segment. */ #define VM_PHYSSEG_MAX 1 #define VM_PHYSSEG_STRAT VM_PSTRAT_RANDOM |