Loading kernel/power/process.c +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ int freeze_processes(void) BUG_ON(in_atomic()); /* * Now that the whole userspace is frozen we need to disbale * Now that the whole userspace is frozen we need to disable * the OOM killer to disallow any further interference with * killable tasks. There is no guarantee oom victims will * ever reach a point they go away we have to wait with a timeout. Loading Loading
kernel/power/process.c +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ int freeze_processes(void) BUG_ON(in_atomic()); /* * Now that the whole userspace is frozen we need to disbale * Now that the whole userspace is frozen we need to disable * the OOM killer to disallow any further interference with * killable tasks. There is no guarantee oom victims will * ever reach a point they go away we have to wait with a timeout. Loading