s/proc/lwp/ in comment
This commit is contained in:
parent
fba210bf0b
commit
74c813c4e9
@ -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/frame.h>
|
||||
|
||||
/*
|
||||
* 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 */
|
||||
|
@ -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 */
|
||||
|
@ -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/frame.h>
|
||||
|
||||
/*
|
||||
* 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 */
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
#include <machine/frame.h>
|
||||
/*
|
||||
* Machine-dependent part of the proc structure for ia64
|
||||
* Machine-dependent part of the lwp structure for ia64
|
||||
*/
|
||||
struct mdlwp {
|
||||
u_long md_flags;
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user