-/* $OpenBSD: init_main.c,v 1.239 2015/05/05 02:13:46 guenther Exp $ */
+/* $OpenBSD: init_main.c,v 1.240 2015/05/18 04:07:26 miod Exp $ */
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
/*
if (kthread_create(uvm_aiodone_daemon, NULL, NULL, "aiodoned"))
panic("fork aiodoned");
-#if !defined(__hppa__) && \
- !(defined(__m88k__) && defined(MULTIPROCESSOR))
+#if !defined(__hppa__)
/* Create the page zeroing kernel thread. */
if (kthread_create(uvm_pagezero_thread, NULL, NULL, "zerothread"))
panic("fork zerothread");