Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/usermode/usermode Better not copy this trapframe
details: https://anonhg.NetBSD.org/src/rev/395712bd827d
branches: trunk
changeset: 769369:395712bd827d
user: reinoud <reinoud%NetBSD.org@localhost>
date: Wed Sep 07 10:19:40 2011 +0000
description:
Better not copy this trapframe
diffstat:
sys/arch/usermode/usermode/trap.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 97a71d1e0da4 -r 395712bd827d sys/arch/usermode/usermode/trap.c
--- a/sys/arch/usermode/usermode/trap.c Wed Sep 07 10:10:10 2011 +0000
+++ b/sys/arch/usermode/usermode/trap.c Wed Sep 07 10:19:40 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.31 2011/09/07 10:00:19 reinoud Exp $ */
+/* $NetBSD: trap.c,v 1.32 2011/09/07 10:19:40 reinoud Exp $ */
/*-
* Copyright (c) 2011 Reinoud Zandijk <reinoud%netbsd.org@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.31 2011/09/07 10:00:19 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.32 2011/09/07 10:19:40 reinoud Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -281,7 +281,6 @@
printf("\n");
#endif
- /* TODO MD host to NetBSD MD ucontext fixup */
/* TODO MD syscall pre-fixup */
/* TODO system call issueing */
/* TODO MD syscall post-fixup */
Home |
Main Index |
Thread Index |
Old Index