Module Name:    src
Committed By:   flxd
Date:           Sat Dec 17 14:36:30 UTC 2016

Modified Files:
        src/sys/arch/alpha/include: cpu.h
        src/sys/arch/amiga/include: cpu.h
        src/sys/arch/arm/arm32: pmap.c
        src/sys/arch/cesfic/include: cpu.h
        src/sys/arch/evbcf/include: cpu.h
        src/sys/arch/hp300/include: cpu.h
        src/sys/arch/luna68k/include: cpu.h
        src/sys/arch/mac68k/include: cpu.h
        src/sys/arch/mvme68k/include: cpu.h
        src/sys/arch/news68k/include: cpu.h
        src/sys/arch/next68k/include: cpu.h
        src/sys/arch/x68k/include: cpu.h

Log Message:
Fix typo "one the" and architecture where appropriate.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/alpha/include/cpu.h
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/amiga/include/cpu.h
cvs rdiff -u -r1.340 -r1.341 src/sys/arch/arm/arm32/pmap.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/cesfic/include/cpu.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbcf/include/cpu.h
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/hp300/include/cpu.h
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/luna68k/include/cpu.h
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/mac68k/include/cpu.h
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/mvme68k/include/cpu.h
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/news68k/include/cpu.h
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/next68k/include/cpu.h
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/x68k/include/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/alpha/include/cpu.h
diff -u src/sys/arch/alpha/include/cpu.h:1.82 src/sys/arch/alpha/include/cpu.h:1.83
--- src/sys/arch/alpha/include/cpu.h:1.82	Wed Jan 22 22:52:04 2014
+++ src/sys/arch/alpha/include/cpu.h	Sat Dec 17 14:36:29 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.82 2014/01/22 22:52:04 christos Exp $ */
+/* $NetBSD: cpu.h,v 1.83 2016/12/17 14:36:29 flxd Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -179,7 +179,7 @@ void	cpu_pause_resume_all(int);
 
 /*
  * Arguments to hardclock and gatherstats encapsulate the previous
- * machine state in an opaque clockframe.  One the Alpha, we use
+ * machine state in an opaque clockframe.  On the alpha, we use
  * what we push on an interrupt (a trapframe).
  */
 struct clockframe {
@@ -204,7 +204,7 @@ struct clockframe {
 
 /*
  * Give a profiling tick to the current process when the user profiling
- * buffer pages are invalid.  On the Alpha, request an AST to send us
+ * buffer pages are invalid.  On the alpha, request an AST to send us
  * through trap, marking the proc as needing a profiling tick.
  */
 #define	cpu_need_proftick(l)						\

Index: src/sys/arch/amiga/include/cpu.h
diff -u src/sys/arch/amiga/include/cpu.h:1.80 src/sys/arch/amiga/include/cpu.h:1.81
--- src/sys/arch/amiga/include/cpu.h:1.80	Sat Oct 19 19:20:59 2013
+++ src/sys/arch/amiga/include/cpu.h	Sat Dec 17 14:36:29 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.80 2013/10/19 19:20:59 christos Exp $	*/
+/*	$NetBSD: cpu.h,v 1.81 2016/12/17 14:36:29 flxd Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -59,7 +59,7 @@
 extern volatile unsigned int interrupt_depth;
 /*
  * Arguments to hardclock and gatherstats encapsulate the previous
- * machine state in an opaque clockframe.  One the hp300, we use
+ * machine state in an opaque clockframe.  On the amiga, we use
  * what the hardware pushes on an interrupt (frame format 0).
  */
 struct clockframe {
@@ -85,7 +85,7 @@ struct clockframe {
 
 /*
  * Give a profiling tick to the current process from the softclock
- * interrupt.  On hp300, request an ast to send us through trap(),
+ * interrupt.  On the amiga, request an ast to send us through trap(),
  * marking the proc as needing a profiling tick.
  */
 #define	profile_tick(l, framep)	((l)->l_pflag |= LP_OWEUPC, setsoftast())

Index: src/sys/arch/arm/arm32/pmap.c
diff -u src/sys/arch/arm/arm32/pmap.c:1.340 src/sys/arch/arm/arm32/pmap.c:1.341
--- src/sys/arch/arm/arm32/pmap.c:1.340	Thu Aug  4 08:46:06 2016
+++ src/sys/arch/arm/arm32/pmap.c	Sat Dec 17 14:36:29 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.c,v 1.340 2016/08/04 08:46:06 skrll Exp $	*/
+/*	$NetBSD: pmap.c,v 1.341 2016/12/17 14:36:29 flxd Exp $	*/
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -217,7 +217,7 @@
 
 #include <arm/locore.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.340 2016/08/04 08:46:06 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.341 2016/12/17 14:36:29 flxd Exp $");
 
 //#define PMAP_DEBUG
 #ifdef PMAP_DEBUG
@@ -6522,7 +6522,7 @@ pmap_bootstrap_pv_page_free(struct pool 
  *
  * This routine is called after the vm and kmem subsystems have been
  * initialised. This allows the pmap code to perform any initialisation
- * that can only be done one the memory allocation is in place.
+ * that can only be done once the memory allocation is in place.
  */
 void
 pmap_postinit(void)

Index: src/sys/arch/cesfic/include/cpu.h
diff -u src/sys/arch/cesfic/include/cpu.h:1.29 src/sys/arch/cesfic/include/cpu.h:1.30
--- src/sys/arch/cesfic/include/cpu.h:1.29	Sat Oct 19 19:20:59 2013
+++ src/sys/arch/cesfic/include/cpu.h	Sat Dec 17 14:36:29 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.29 2013/10/19 19:20:59 christos Exp $	*/
+/*	$NetBSD: cpu.h,v 1.30 2016/12/17 14:36:29 flxd Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -55,7 +55,7 @@
 
 /*
  * Arguments to hardclock and gatherstats encapsulate the previous
- * machine state in an opaque clockframe.  One the hp300, we use
+ * machine state in an opaque clockframe.  On the cesfic, we use
  * what the hardware pushes on an interrupt (frame format 0).
  */
 struct clockframe {
@@ -87,7 +87,7 @@ struct clockframe {
 
 /*
  * Give a profiling tick to the current process when the user profiling
- * buffer pages are invalid.  On the hp300, request an ast to send us
+ * buffer pages are invalid.  On the cesfic, request an ast to send us
  * through trap, marking the proc as needing a profiling tick.
  */
 #define	cpu_need_proftick(l)	\

Index: src/sys/arch/evbcf/include/cpu.h
diff -u src/sys/arch/evbcf/include/cpu.h:1.2 src/sys/arch/evbcf/include/cpu.h:1.3
--- src/sys/arch/evbcf/include/cpu.h:1.2	Tue Mar 18 18:20:41 2014
+++ src/sys/arch/evbcf/include/cpu.h	Sat Dec 17 14:36:29 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.2 2014/03/18 18:20:41 riastradh Exp $	*/
+/*	$NetBSD: cpu.h,v 1.3 2016/12/17 14:36:29 flxd Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -59,7 +59,7 @@
 
 /*
  * Arguments to hardclock and gatherstats encapsulate the previous
- * machine state in an opaque clockframe.  One the mvme68k, we use
+ * machine state in an opaque clockframe.  On the evbcf, we use
  * what the hardware pushes on an interrupt (frame format 0).
  */
 struct clockframe {
@@ -91,7 +91,7 @@ extern volatile unsigned int interrupt_d
 
 /*
  * Give a profiling tick to the current process when the user profiling
- * buffer pages are invalid.  On the hp300, request an ast to send us
+ * buffer pages are invalid.  On the evbcf, request an ast to send us
  * through trap, marking the proc as needing a profiling tick.
  */
 #define	cpu_need_proftick(l)	\

Index: src/sys/arch/hp300/include/cpu.h
diff -u src/sys/arch/hp300/include/cpu.h:1.68 src/sys/arch/hp300/include/cpu.h:1.69
--- src/sys/arch/hp300/include/cpu.h:1.68	Sat Oct 19 19:20:59 2013
+++ src/sys/arch/hp300/include/cpu.h	Sat Dec 17 14:36:29 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.68 2013/10/19 19:20:59 christos Exp $	*/
+/*	$NetBSD: cpu.h,v 1.69 2016/12/17 14:36:29 flxd Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -63,7 +63,7 @@
 
 /*
  * Arguments to hardclock and gatherstats encapsulate the previous
- * machine state in an opaque clockframe.  One the hp300, we use
+ * machine state in an opaque clockframe.  On the hp300, we use
  * what the hardware pushes on an interrupt (frame format 0).
  */
 struct clockframe {

Index: src/sys/arch/luna68k/include/cpu.h
diff -u src/sys/arch/luna68k/include/cpu.h:1.32 src/sys/arch/luna68k/include/cpu.h:1.33
--- src/sys/arch/luna68k/include/cpu.h:1.32	Sat Oct 19 19:20:59 2013
+++ src/sys/arch/luna68k/include/cpu.h	Sat Dec 17 14:36:29 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.32 2013/10/19 19:20:59 christos Exp $ */
+/* $NetBSD: cpu.h,v 1.33 2016/12/17 14:36:29 flxd Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -56,7 +56,7 @@
 
 /*
  * Arguments to hardclock and gatherstats encapsulate the previous
- * machine state in an opaque clockframe.  One the luna68k, we use
+ * machine state in an opaque clockframe.  On the luna68k, we use
  * what the hardware pushes on an interrupt (frame format 0).
  */
 struct clockframe {
@@ -88,7 +88,7 @@ struct clockframe {
 
 /*
  * Give a profiling tick to the current process when the user profiling
- * buffer pages are invalid.  On the hp300, request an ast to send us
+ * buffer pages are invalid.  On the luna68k, request an ast to send us
  * through trap, marking the proc as needing a profiling tick.
  */
 #define cpu_need_proftick(l)	{ (l)->l_pflag |= LP_OWEUPC; aston(); }

Index: src/sys/arch/mac68k/include/cpu.h
diff -u src/sys/arch/mac68k/include/cpu.h:1.98 src/sys/arch/mac68k/include/cpu.h:1.99
--- src/sys/arch/mac68k/include/cpu.h:1.98	Sat Oct 19 19:20:59 2013
+++ src/sys/arch/mac68k/include/cpu.h	Sat Dec 17 14:36:29 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.98 2013/10/19 19:20:59 christos Exp $	*/
+/*	$NetBSD: cpu.h,v 1.99 2016/12/17 14:36:29 flxd Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -82,7 +82,7 @@
 
 /*
  * Arguments to hardclock and gatherstats encapsulate the previous
- * machine state in an opaque clockframe.  One the hp300, we use
+ * machine state in an opaque clockframe.  On the mac68k, we use
  * what the hardware pushes on an interrupt (frame format 0).
  */
 struct clockframe {

Index: src/sys/arch/mvme68k/include/cpu.h
diff -u src/sys/arch/mvme68k/include/cpu.h:1.48 src/sys/arch/mvme68k/include/cpu.h:1.49
--- src/sys/arch/mvme68k/include/cpu.h:1.48	Sat Oct 19 19:20:59 2013
+++ src/sys/arch/mvme68k/include/cpu.h	Sat Dec 17 14:36:30 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.48 2013/10/19 19:20:59 christos Exp $	*/
+/*	$NetBSD: cpu.h,v 1.49 2016/12/17 14:36:30 flxd Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -59,7 +59,7 @@
 
 /*
  * Arguments to hardclock and gatherstats encapsulate the previous
- * machine state in an opaque clockframe.  One the mvme68k, we use
+ * machine state in an opaque clockframe.  On the mvme68k, we use
  * what the hardware pushes on an interrupt (frame format 0).
  */
 struct clockframe {
@@ -94,7 +94,7 @@ extern volatile unsigned int interrupt_d
 
 /*
  * Give a profiling tick to the current process when the user profiling
- * buffer pages are invalid.  On the hp300, request an ast to send us
+ * buffer pages are invalid.  On the mvme68k, request an ast to send us
  * through trap, marking the proc as needing a profiling tick.
  */
 #define	cpu_need_proftick(l)	\

Index: src/sys/arch/news68k/include/cpu.h
diff -u src/sys/arch/news68k/include/cpu.h:1.42 src/sys/arch/news68k/include/cpu.h:1.43
--- src/sys/arch/news68k/include/cpu.h:1.42	Sat Oct 19 19:20:59 2013
+++ src/sys/arch/news68k/include/cpu.h	Sat Dec 17 14:36:30 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.42 2013/10/19 19:20:59 christos Exp $	*/
+/*	$NetBSD: cpu.h,v 1.43 2016/12/17 14:36:30 flxd Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -79,7 +79,7 @@
 
 /*
  * Arguments to hardclock and gatherstats encapsulate the previous
- * machine state in an opaque clockframe.  One the hp300, we use
+ * machine state in an opaque clockframe.  On the news68k, we use
  * what the hardware pushes on an interrupt (frame format 0).
  */
 struct clockframe {
@@ -112,7 +112,7 @@ struct clockframe {
 
 /*
  * Give a profiling tick to the current process when the user profiling
- * buffer pages are invalid.  On the hp300, request an ast to send us
+ * buffer pages are invalid.  On the news68k, request an ast to send us
  * through trap, marking the proc as needing a profiling tick.
  */
 #define cpu_need_proftick(l)	\

Index: src/sys/arch/next68k/include/cpu.h
diff -u src/sys/arch/next68k/include/cpu.h:1.47 src/sys/arch/next68k/include/cpu.h:1.48
--- src/sys/arch/next68k/include/cpu.h:1.47	Sat Oct 19 19:20:59 2013
+++ src/sys/arch/next68k/include/cpu.h	Sat Dec 17 14:36:30 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.47 2013/10/19 19:20:59 christos Exp $	*/
+/*	$NetBSD: cpu.h,v 1.48 2016/12/17 14:36:30 flxd Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -64,7 +64,7 @@
 
 /*
  * Arguments to hardclock and gatherstats encapsulate the previous
- * machine state in an opaque clockframe.  One the hp300, we use
+ * machine state in an opaque clockframe.  On the next68k, we use
  * what the hardware pushes on an interrupt (frame format 0).
  */
 struct clockframe {
@@ -98,7 +98,7 @@ extern volatile unsigned int interrupt_d
 
 /*
  * Give a profiling tick to the current process when the user profiling
- * buffer pages are invalid.  On the sun3, request an ast to send us
+ * buffer pages are invalid.  On the next68k, request an ast to send us
  * through trap, marking the proc as needing a profiling tick.
  */
 #define	cpu_need_proftick(l)	((l)->l_pflag |= LP_OWEUPC, aston())

Index: src/sys/arch/x68k/include/cpu.h
diff -u src/sys/arch/x68k/include/cpu.h:1.58 src/sys/arch/x68k/include/cpu.h:1.59
--- src/sys/arch/x68k/include/cpu.h:1.58	Thu Jul 31 14:41:19 2014
+++ src/sys/arch/x68k/include/cpu.h	Sat Dec 17 14:36:30 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.58 2014/07/31 14:41:19 isaki Exp $	*/
+/*	$NetBSD: cpu.h,v 1.59 2016/12/17 14:36:30 flxd Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -64,7 +64,7 @@
 
 /*
  * Arguments to hardclock and gatherstats encapsulate the previous
- * machine state in an opaque clockframe.  One the x68k, we use
+ * machine state in an opaque clockframe.  On the x68k, we use
  * what the hardware pushes on an interrupt (frame format 0).
  */
 struct clockframe {

Reply via email to