-/* $OpenBSD: cpu.c,v 1.85 2023/02/19 17:16:13 kettenis Exp $ */
+/* $OpenBSD: cpu.c,v 1.86 2023/02/20 00:01:16 patrick Exp $ */
/*
* Copyright (c) 2016 Dale Rahn <drahn@dalerahn.com>
* We found the "psci" power domain. If this power domain has
* a parent power domain, stash its phandle away for later.
*/
-
+
cluster = OF_getpropint(node, "power-domains", 0);
/*
* that will always be the primary CPU.
*/
+#ifdef MULTIPROCESSOR
if (ci->ci_flags & CPUF_AP)
return;
+#endif
node = OF_getnodebyphandle(cluster);
if (node == 0)