summaryrefslogtreecommitdiffstats
path: root/sys/sys/sched.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2011-11-16 20:50:17 +0000
committerderaadt <deraadt@openbsd.org>2011-11-16 20:50:17 +0000
commitc2b933418c920e1d907618196038c2901ddb00bb (patch)
tree8f7eaf9c109a15c6028b95e6d4ea0fa3b8b0868a /sys/sys/sched.h
parentWhen processing .Sh HEAD, as soon as we know which section this is, (diff)
downloadwireguard-openbsd-c2b933418c920e1d907618196038c2901ddb00bb.tar.xz
wireguard-openbsd-c2b933418c920e1d907618196038c2901ddb00bb.zip
Make userret() MI. On architectures which jammed stuff into it in the
past, pull that code out seperately. ok guenther miod
Diffstat (limited to 'sys/sys/sched.h')
-rw-r--r--sys/sys/sched.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/sched.h b/sys/sys/sched.h
index fc2d3a54de1..16512054428 100644
--- a/sys/sys/sched.h
+++ b/sys/sys/sched.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sched.h,v 1.29 2011/07/07 18:00:33 guenther Exp $ */
+/* $OpenBSD: sched.h,v 1.30 2011/11/16 20:50:19 deraadt Exp $ */
/* $NetBSD: sched.h,v 1.2 1999/02/28 18:14:58 ross Exp $ */
/*-
@@ -138,6 +138,7 @@ struct cpu_info;
void roundrobin(struct cpu_info *);
void scheduler_start(void);
void updatepri(struct proc *);
+void userret(struct proc *p);
void sched_init_cpu(struct cpu_info *);
void sched_idle(void *);