]> git.baikalelectronics.ru Git - kernel.git/commit
csky: Add faulthandler_disabled() check
authorGuo Ren <guoren@linux.alibaba.com>
Mon, 28 Dec 2020 13:01:00 +0000 (13:01 +0000)
committerGuo Ren <guoren@linux.alibaba.com>
Tue, 12 Jan 2021 01:52:41 +0000 (09:52 +0800)
commitf535f3a11b4160fa61f4d2fa7b2dfe3e129d2466
tree7a6430d1afa5c24c60e52194daed8731e89d2017
parent5018efa1a1c82c0d1b53ab98fca0095284c8ad89
csky: Add faulthandler_disabled() check

Similar to other architectures:
In addition to in_atomic, we also need pagefault_disabled() to
check.

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
arch/csky/mm/fault.c