]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: mm: remove the redundant code
authorHuang Shijie <shijie.huang@arm.com>
Mon, 18 Apr 2016 01:49:56 +0000 (09:49 +0800)
committerWill Deacon <will.deacon@arm.com>
Tue, 19 Apr 2016 08:52:51 +0000 (09:52 +0100)
commit8a83acc2f8e7918d3c7a50efe8c42b933255bcda
treec0dba386d566b68b55abc837f08de1da65713453
parentbd235f49cf44a2d8e59c123420bb728776fc5b6e
arm64: mm: remove the redundant code

We already re-enable interrupts where necessary in the entry code, so
there is no need to do it again in do_page fault. This patch removes
the redundant code.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Huang Shijie <shijie.huang@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/mm/fault.c