aboutsummaryrefslogtreecommitdiff
path: root/sys/posix4
diff options
context:
space:
mode:
authorPeter Dufault <dufault@FreeBSD.org>1998-06-01 21:54:43 +0000
committerPeter Dufault <dufault@FreeBSD.org>1998-06-01 21:54:43 +0000
commitce47711dee78c8fe0f7e2d7d48cfef88bea36a54 (patch)
treed99f6603ce91a5e7eda3b4a2beef37e1092ddd0c /sys/posix4
parentd4a7e4ca5d14b8d05665024d20a53c276e9a0977 (diff)
Notes
Diffstat (limited to 'sys/posix4')
-rw-r--r--sys/posix4/p1003_1b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/posix4/p1003_1b.c b/sys/posix4/p1003_1b.c
index 62ce1508be8bc..9a70d5c2fb0ac 100644
--- a/sys/posix4/p1003_1b.c
+++ b/sys/posix4/p1003_1b.c
@@ -254,6 +254,7 @@ int sched_rr_get_interval(struct proc *p,
static void p31binit(void *notused)
{
(void) sched_attach();
+ p31b_setcfg(CTL_P1003_1B_PAGESIZE, PAGE_SIZE);
}
SYSINIT(p31b, SI_SUB_P1003_1B, SI_ORDER_FIRST, p31binit, NULL);