summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/alpha/machdep.c3
-rw-r--r--sys/ia64/ia64/machdep.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index 0d55ec3..8bfd159 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -1476,6 +1476,9 @@ osigreturn(struct thread *td,
#endif /* COMPAT_43 */
}
+/*
+ * MPSAFE
+ */
int
sigreturn(struct thread *td,
struct sigreturn_args /* {
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index 4d5da04..dc046bd 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -957,6 +957,8 @@ osigreturn(struct thread *td, struct osigreturn_args *uap)
* context left by sendsig. Check carefully to
* make sure that the user has not modified the
* state to gain improper privileges.
+ *
+ * MPSAFE
*/
int
sigreturn(struct thread *td,
OpenPOWER on IntegriCloud