Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Comment what e_fault in struct emul does
details: https://anonhg.NetBSD.org/src/rev/cf3f26a9fc82
branches: trunk
changeset: 540684:cf3f26a9fc82
user: manu <manu%NetBSD.org@localhost>
date: Sat Dec 21 16:22:10 2002 +0000
description:
Comment what e_fault in struct emul does
diffstat:
sys/sys/proc.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a77c13395663 -r cf3f26a9fc82 sys/sys/proc.h
--- a/sys/sys/proc.h Sat Dec 21 16:15:28 2002 +0000
+++ b/sys/sys/proc.h Sat Dec 21 16:22:10 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.150 2002/12/20 05:43:10 gmcgarry Exp $ */
+/* $NetBSD: proc.h,v 1.151 2002/12/21 16:22:10 manu Exp $ */
/*-
* Copyright (c) 1986, 1989, 1991, 1993
@@ -127,6 +127,7 @@
/* Emulation specific sysctl */
int (*e_sysctl) __P((int *, u_int , void *, size_t *,
void *, size_t, struct proc *p));
+ /* Specific VM fault handling */
int (*e_fault) __P((struct proc *, vaddr_t, int, int));
};
Home |
Main Index |
Thread Index |
Old Index