Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/sys/arch/alpha/alpha Pull up revision 1.94 (requested b...
details: https://anonhg.NetBSD.org/src/rev/51e00a7a8d98
branches: netbsd-2-0
changeset: 562104:51e00a7a8d98
user: he <he%NetBSD.org@localhost>
date: Sat Jul 17 16:46:13 2004 +0000
description:
Pull up revision 1.94 (requested by petrov in ticket #672):
Update uvmexp's traps and syscalls.
diffstat:
sys/arch/alpha/alpha/trap.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 0e9554698b6e -r 51e00a7a8d98 sys/arch/alpha/alpha/trap.c
--- a/sys/arch/alpha/alpha/trap.c Sat Jul 17 16:45:56 2004 +0000
+++ b/sys/arch/alpha/alpha/trap.c Sat Jul 17 16:46:13 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.92.2.1 2004/05/22 15:20:48 he Exp $ */
+/* $NetBSD: trap.c,v 1.92.2.2 2004/07/17 16:46:13 he Exp $ */
/*-
* Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -100,7 +100,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.92.2.1 2004/05/22 15:20:48 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.92.2.2 2004/07/17 16:46:13 he Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -244,6 +244,8 @@
int call_debugger = 1;
#endif
+ uvmexp.traps++;
+
l = curlwp;
user = (framep->tf_regs[FRAME_PS] & ALPHA_PSL_USERMODE) != 0;
Home |
Main Index |
Thread Index |
Old Index