| 375 | #endif |
| 376 | |
| 377 | static void |
| 378 | p31binit(void *notused) |
| 379 | { |
| 380 | (void) sched_attach(); |
| 381 | p31b_setcfg(CTL_P1003_1B_PAGESIZE, PAGE_SIZE); |
| 382 | } |
| 383 | |
| 384 | SYSINIT(p31b, SI_SUB_P1003_1B, SI_ORDER_FIRST, p31binit, NULL); |
nothing calls this directly
no test coverage detected