artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7e8b29
)
proc_trampoline_mp() was replaced by proc_trampoline_mi() adjust prototype.
author
claudio
<claudio@openbsd.org>
Thu, 18 Apr 2024 10:29:39 +0000
(10:29 +0000)
committer
claudio
<claudio@openbsd.org>
Thu, 18 Apr 2024 10:29:39 +0000
(10:29 +0000)
OK mpi@
sys/sys/proc.h
patch
|
blob
|
history
diff --git
a/sys/sys/proc.h
b/sys/sys/proc.h
index
b8217f6
..
41df671
100644
(file)
--- a/
sys/sys/proc.h
+++ b/
sys/sys/proc.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: proc.h,v 1.3
59 2024/04/10 10:05:26
claudio Exp $ */
+/* $OpenBSD: proc.h,v 1.3
60 2024/04/18 10:29:39
claudio Exp $ */
/* $NetBSD: proc.h,v 1.44 1996/04/22 01:23:21 christos Exp $ */
/*-
@@
-604,9
+604,7
@@
struct cond {
#define COND_INITIALIZER() { .c_wait = 1 }
-#if defined(MULTIPROCESSOR)
-void proc_trampoline_mp(void); /* XXX */
-#endif
+void proc_trampoline_mi(void);
/*
* functions to handle sets of cpus.