projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fa7f6e2
)
ARMv8/coreboot: enable sequential booting of cores
author
Reto Achermann
<reto.achermann@inf.ethz.ch>
Thu, 16 Mar 2017 07:38:29 +0000 (08:38 +0100)
committer
Reto Achermann
<reto.achermann@inf.ethz.ch>
Thu, 16 Mar 2017 07:38:29 +0000 (08:38 +0100)
Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>
usr/drivers/cpuboot/main.c
patch
|
blob
|
history
diff --git
a/usr/drivers/cpuboot/main.c
b/usr/drivers/cpuboot/main.c
index
bec28e0
..
03321ad
100644
(file)
--- a/
usr/drivers/cpuboot/main.c
+++ b/
usr/drivers/cpuboot/main.c
@@
-587,7
+587,7
@@
int main (int argc, char **argv)
DEBUG("corectrl start\n");
-#if defined(__x86__) && !defined(__k1om__)
+#if !defined(__k1om__)
// ENSURE_SEQUENTIAL
char *lock;
err = oct_lock("corectrl.lock", &lock);
@@
-688,7
+688,7
@@
int main (int argc, char **argv)
}
out:
-#if defined(__x86__) && !defined(__k1om__)
+#if !defined(__k1om__)
// END ENSURE SEQUENTIAL
err = oct_unlock(lock);
if (err_is_fail(err)) {