signal/x86: Don't compute pkey in __do_page_fault
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 17 Sep 2018 22:31:24 +0000 (00:31 +0200)
committerEric W. Biederman <ebiederm@xmission.com>
Fri, 21 Sep 2018 12:52:12 +0000 (14:52 +0200)
commit988bbc7b1a349a0139d5837d29a91714f8f512f4
treef93be9c06f63e0bf7947498fcd63e5c28618b4b0
parent25c102d803eacf4741a067384f2d15b35f410ff2
signal/x86: Don't compute pkey in __do_page_fault

There are no more users of the computed pkey value in __do_page_fault
so stop computing the value.

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/x86/mm/fault.c