From: Catalin Marinas Date: Mon, 8 Oct 2012 17:04:21 +0000 (+0100) Subject: arm64: Enable interrupts before calling do_notify_resume() X-Git-Tag: v3.7-rc1~83^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6916fd086f0c5d7871ad3986300ba30d63616925;p=pandora-kernel.git arm64: Enable interrupts before calling do_notify_resume() task_work_run() implementation had the side effect of enabling interrupts. With commit ac3d0da8 (task_work: Make task_work_add() lockless), interrupts are no longer enabled revealing the bug in the arch code. This patch enables the interrupt explicitly before calling do_notify_resume(). Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed