X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fkmod.c;h=e2764047ec03ed123acd3546ff4357341302cabb;hb=03b883840c630c7b571690577809754739ac773f;hp=22be3ff3f363ac71a319deeb2f55fd0ccbe27c26;hpb=c58310bf4933986513020fa90b4190c7492995ae;p=~andy%2Flinux diff --git a/kernel/kmod.c b/kernel/kmod.c index 22be3ff3f36..e2764047ec0 100644 --- a/kernel/kmod.c +++ b/kernel/kmod.c @@ -165,7 +165,7 @@ static int ____call_usermodehelper(void *data) } /* We can run anywhere, unlike our parent keventd(). */ - set_cpus_allowed(current, CPU_MASK_ALL); + set_cpus_allowed_ptr(current, CPU_MASK_ALL_PTR); /* * Our parent is keventd, which runs with elevated scheduling priority.