summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2001-04-03 17:58:44 +0000
committergallatin <gallatin@FreeBSD.org>2001-04-03 17:58:44 +0000
commit40313aa944be3c4248628cc92d60fed7a5d1d9fa (patch)
tree502f174455f8bc5e0dd8b502eedf28eaa99827c5
parentf39773137b9edf7e33930fa5391ecff92867c202 (diff)
downloadFreeBSD-src-40313aa944be3c4248628cc92d60fed7a5d1d9fa.zip
FreeBSD-src-40313aa944be3c4248628cc92d60fed7a5d1d9fa.tar.gz
Add linux_sched_get_priority_max() and linux_sched_get_priority_min() to
alpha md code & unbreak kernel build
-rw-r--r--sys/alpha/linux/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master
index 9061360..f969d4f 100644
--- a/sys/alpha/linux/syscalls.master
+++ b/sys/alpha/linux/syscalls.master
@@ -425,8 +425,8 @@
const struct sched_param *param); }
333 STD POSIX { int linux_sched_getscheduler (pid_t pid); }
334 NOPROTO POSIX { int sched_yield (void); }
-335 NOPROTO POSIX { int sched_get_priority_max (int policy); }
-336 NOPROTO POSIX { int sched_get_priority_min (int policy); }
+335 STD POSIX { int linux_sched_get_priority_max (int policy); }
+336 STD POSIX { int linux_sched_get_priority_min (int policy); }
337 NOPROTO POSIX { int sched_rr_get_interval (pid_t pid, \
struct timespec *interval); }
338 UNIMPL LINUX afs_syscall
OpenPOWER on IntegriCloud