From 74c813c4e9e5a60d6da4413395d7413b0a790e00 Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 16 Nov 2007 07:36:10 +0000 Subject: [PATCH] s/proc/lwp/ in comment --- sys/arch/amd64/include/proc.h | 4 ++-- sys/arch/hppa/include/proc.h | 4 ++-- sys/arch/i386/include/proc.h | 4 ++-- sys/arch/ia64/include/proc.h | 2 +- sys/arch/mips/include/proc.h | 4 ++-- sys/arch/powerpc/include/proc.h | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sys/arch/amd64/include/proc.h b/sys/arch/amd64/include/proc.h index 221d8f8066f1..19ea30b31a92 100644 --- a/sys/arch/amd64/include/proc.h +++ b/sys/arch/amd64/include/proc.h @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.6 2007/02/09 21:55:01 ad Exp $ */ +/* $NetBSD: proc.h,v 1.7 2007/11/16 07:36:10 skrll Exp $ */ /* * Copyright (c) 1991 Regents of the University of California. @@ -37,7 +37,7 @@ #include /* - * Machine-dependent part of the proc structure for amd64. + * Machine-dependent part of the lwp structure for amd64. */ struct mdlwp { struct trapframe *md_regs; /* registers on current frame */ diff --git a/sys/arch/hppa/include/proc.h b/sys/arch/hppa/include/proc.h index 93a1a681c278..2177fa1b9965 100644 --- a/sys/arch/hppa/include/proc.h +++ b/sys/arch/hppa/include/proc.h @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.4 2005/12/11 12:17:37 christos Exp $ */ +/* $NetBSD: proc.h,v 1.5 2007/11/16 07:36:11 skrll Exp $ */ /* $OpenBSD: proc.h,v 1.1 1998/07/07 21:32:44 mickey Exp $ */ @@ -37,7 +37,7 @@ #define _HPPA_PROC_H_ /* - * Machine-dependent part of the proc structure for hppa. + * Machine-dependent part of the lwp structure for hppa. */ struct mdlwp { struct trapframe *md_regs; /* registers on current frame */ diff --git a/sys/arch/i386/include/proc.h b/sys/arch/i386/include/proc.h index 1fa92fdeebdb..5873f84b6bb7 100644 --- a/sys/arch/i386/include/proc.h +++ b/sys/arch/i386/include/proc.h @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.33 2007/11/10 23:04:29 ad Exp $ */ +/* $NetBSD: proc.h,v 1.34 2007/11/16 07:36:11 skrll Exp $ */ /* * Copyright (c) 1991 Regents of the University of California. @@ -42,7 +42,7 @@ #include /* - * Machine-dependent part of the proc structure for i386. + * Machine-dependent part of the lwp structure for i386. */ struct mdlwp { struct trapframe *md_regs; /* registers on current frame */ diff --git a/sys/arch/ia64/include/proc.h b/sys/arch/ia64/include/proc.h index f0178bb0cc96..754dd782a295 100644 --- a/sys/arch/ia64/include/proc.h +++ b/sys/arch/ia64/include/proc.h @@ -3,7 +3,7 @@ #include /* - * Machine-dependent part of the proc structure for ia64 + * Machine-dependent part of the lwp structure for ia64 */ struct mdlwp { u_long md_flags; diff --git a/sys/arch/mips/include/proc.h b/sys/arch/mips/include/proc.h index 7341f8da50b6..25d0ca00eee4 100644 --- a/sys/arch/mips/include/proc.h +++ b/sys/arch/mips/include/proc.h @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.20 2007/02/09 21:55:06 ad Exp $ */ +/* $NetBSD: proc.h,v 1.21 2007/11/16 07:36:11 skrll Exp $ */ /* * Copyright (c) 1992, 1993 @@ -42,7 +42,7 @@ struct lwp; /* - * Machine-dependent part of the proc structure for MIPS + * Machine-dependent part of the lwp structure for MIPS */ struct mdlwp { diff --git a/sys/arch/powerpc/include/proc.h b/sys/arch/powerpc/include/proc.h index 128d42652be9..f9a8c5c3c967 100644 --- a/sys/arch/powerpc/include/proc.h +++ b/sys/arch/powerpc/include/proc.h @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.6 2005/12/11 12:18:43 christos Exp $ */ +/* $NetBSD: proc.h,v 1.7 2007/11/16 07:36:11 skrll Exp $ */ /*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -34,7 +34,7 @@ #define _POWERPC_PROC_H_ /* - * Machine-dependent part of the proc structure + * Machine-dependent part of the lwp structure */ struct mdlwp { int md_flags;