From: kettenis Date: Tue, 20 Feb 2018 23:46:48 +0000 (+0000) Subject: Release the secondary CPUs. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8f58fab8d826f89e1e397a874e730766684ae3de;p=openbsd Release the secondary CPUs. --- diff --git a/sys/arch/arm64/arm64/cpu.c b/sys/arch/arm64/arm64/cpu.c index 702de7142ba..360c2a430f2 100644 --- a/sys/arch/arm64/arm64/cpu.c +++ b/sys/arch/arm64/arm64/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.13 2018/01/31 10:52:12 kettenis Exp $ */ +/* $OpenBSD: cpu.c,v 1.14 2018/02/20 23:46:48 kettenis Exp $ */ /* * Copyright (c) 2016 Dale Rahn @@ -454,13 +454,8 @@ cpu_start_secondary(struct cpu_info *ci) spllower(IPL_NONE); -#ifdef notyet SCHED_LOCK(s); cpu_switchto(NULL, sched_chooseproc()); -#else - for (;;) - __asm volatile("wfe"); -#endif } void