From 0d36f49e63b15762fcde4fcf8fa088ab2e0838b2 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 11 Apr 2002 17:13:08 +0000 Subject: [PATCH] Add a comment that osigreturn() is MPSAFE. --- sys/alpha/alpha/machdep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index c2fb8e9fe030..0d55ec3d8206 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -1408,6 +1408,8 @@ sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code) * context left by sendsig. Check carefully to * make sure that the user has not modified the * state to gain improper privileges. + * + * MPSAFE */ int osigreturn(struct thread *td,