Remove a "needs Giant" flag from the /dev/apm compat device.
MFC after: 2 weeks
This commit is contained in:
parent
062605f760
commit
addc11daaf
@ -66,7 +66,6 @@ static d_poll_t apmpoll;
|
||||
|
||||
static struct cdevsw apm_cdevsw = {
|
||||
.d_version = D_VERSION,
|
||||
.d_flags = D_NEEDGIANT,
|
||||
.d_open = apmopen,
|
||||
.d_close = apmclose,
|
||||
.d_write = apmwrite,
|
||||
|
Loading…
Reference in New Issue
Block a user