Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ia64/ia64 enable some incorrectly commented-out code
details: https://anonhg.NetBSD.org/src/rev/5b072f5c3ff0
branches: trunk
changeset: 445876:5b072f5c3ff0
user: scole <scole%NetBSD.org@localhost>
date: Thu Nov 15 20:39:18 2018 +0000
description:
enable some incorrectly commented-out code
diffstat:
sys/arch/ia64/ia64/machdep.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 2f41eb429211 -r 5b072f5c3ff0 sys/arch/ia64/ia64/machdep.c
--- a/sys/arch/ia64/ia64/machdep.c Thu Nov 15 20:06:23 2018 +0000
+++ b/sys/arch/ia64/ia64/machdep.c Thu Nov 15 20:39:18 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.39 2018/11/14 21:10:59 scole Exp $ */
+/* $NetBSD: machdep.c,v 1.40 2018/11/15 20:39:18 scole Exp $ */
/*-
* Copyright (c) 2003,2004 Marcel Moolenaar
@@ -667,10 +667,8 @@
* sane) context as the initial context for new threads that are
* forked from us.
*/
-#if 0 /* XXX */
if (savectx(pcb0))
panic("savectx failed");
-#endif
/*
* Initialize debuggers, and break into them if appropriate.
Home |
Main Index |
Thread Index |
Old Index