CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/06 06:59:20
Modified files:
sys/net : if_pppx.c
Log message:
The pppx_if_pl pool will never be used in interrupt context, so pass the
PR_WAITOK flag to pool_init and pass NULL as the pool allocator.
ok dlg@
