Fix typo "one the" and architecture where appropriate.

This commit is contained in:
flxd 2016-12-17 14:36:29 +00:00
parent 4e17abe277
commit aea86e7b75
12 changed files with 33 additions and 33 deletions

View File

@ -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) \

View File

@ -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())

View File

@ -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 *pp, void *v)
*
* 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)

View File

@ -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) \

View File

@ -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_depth;
/*
* 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) \

View File

@ -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 {

View File

@ -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(); }

View File

@ -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 {

View File

@ -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_depth;
/*
* 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) \

View File

@ -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) \

View File

@ -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_depth;
/*
* 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())

View File

@ -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 {