only one we have.
ok krw@, deraadt@
-/* $OpenBSD: kern_xxx.c,v 1.16 2010/04/06 20:33:28 kettenis Exp $ */
+/* $OpenBSD: kern_xxx.c,v 1.17 2010/07/28 15:59:38 kettenis Exp $ */
/* $NetBSD: kern_xxx.c,v 1.32 1996/04/22 01:38:41 christos Exp $ */
/*
if ((error = suser(p, 0)) != 0)
return (error);
+#ifdef MULTIPROCESSOR
/*
* Make sure this thread only runs on the primary cpu.
*/
}
}
-#ifdef MULTIPROCESSOR
sched_stop_secondary_cpus();
#endif