diff options
| author | Peter Dufault <dufault@FreeBSD.org> | 1998-06-01 21:54:43 +0000 |
|---|---|---|
| committer | Peter Dufault <dufault@FreeBSD.org> | 1998-06-01 21:54:43 +0000 |
| commit | ce47711dee78c8fe0f7e2d7d48cfef88bea36a54 (patch) | |
| tree | d99f6603ce91a5e7eda3b4a2beef37e1092ddd0c /sys/posix4 | |
| parent | d4a7e4ca5d14b8d05665024d20a53c276e9a0977 (diff) | |
Notes
Diffstat (limited to 'sys/posix4')
| -rw-r--r-- | sys/posix4/p1003_1b.c | 1 |
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); |
