artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb197a0
)
Release the secondary CPUs.
author
kettenis
<kettenis@openbsd.org>
Tue, 20 Feb 2018 23:46:48 +0000
(23:46 +0000)
committer
kettenis
<kettenis@openbsd.org>
Tue, 20 Feb 2018 23:46:48 +0000
(23:46 +0000)
sys/arch/arm64/arm64/cpu.c
patch
|
blob
|
history
diff --git
a/sys/arch/arm64/arm64/cpu.c
b/sys/arch/arm64/arm64/cpu.c
index
702de71
..
360c2a4
100644
(file)
--- a/
sys/arch/arm64/arm64/cpu.c
+++ b/
sys/arch/arm64/arm64/cpu.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: cpu.c,v 1.1
3 2018/01/31 10:52:12
kettenis Exp $ */
+/* $OpenBSD: cpu.c,v 1.1
4 2018/02/20 23:46:48
kettenis Exp $ */
/*
* Copyright (c) 2016 Dale Rahn <drahn@dalerahn.com>
@@
-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