Module Name: src
Committed By: scole
Date: Thu Nov 15 20:39:19 UTC 2018
Modified Files:
src/sys/arch/ia64/ia64: machdep.c
Log Message:
enable some incorrectly commented-out code
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/ia64/ia64/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/ia64/ia64/machdep.c
diff -u src/sys/arch/ia64/ia64/machdep.c:1.39 src/sys/arch/ia64/ia64/machdep.c:1.40
--- src/sys/arch/ia64/ia64/machdep.c:1.39 Wed Nov 14 21:10:59 2018
+++ src/sys/arch/ia64/ia64/machdep.c Thu Nov 15 20:39:18 2018
@@ -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 @@ ia64_init(void)
* 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.