disable the pool gc. there are reports of strange lockups on various mp
authordlg <dlg@openbsd.org>
Sun, 12 Apr 2015 11:12:09 +0000 (11:12 +0000)
committerdlg <dlg@openbsd.org>
Sun, 12 Apr 2015 11:12:09 +0000 (11:12 +0000)
archs and this is the only interesting diff in the window.

sys/kern/init_main.c

index 3446df6..37b08bf 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: init_main.c,v 1.236 2015/04/07 11:07:56 dlg Exp $     */
+/*     $OpenBSD: init_main.c,v 1.237 2015/04/12 11:12:09 dlg Exp $     */
 /*     $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $   */
 
 /*
@@ -553,7 +553,9 @@ main(void *framep)
        /*
         * Start the idle pool page garbage collector
         */
+#if notyet
        pool_gc_pages(NULL);
+#endif
 
         /*
          * proc0: nothing to do, back to sleep