summaryrefslogtreecommitdiffstats
path: root/sys/posix4
diff options
context:
space:
mode:
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 62ce150..9a70d5c 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);
OpenPOWER on IntegriCloud