diff options
| author | 2018-03-12 12:10:03 +0100 | |
|---|---|---|
| committer | 2018-03-12 12:10:03 +0100 | |
| commit | 3c76db70eb70a0fbd40b3e0dec8f69ca344d1ff8 (patch) | |
| tree | a9dd314ac18992cdc2c50d4de60535a1b76ee351 /arch/x86/mm/fault.c | |
| parent | x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G (diff) | |
| parent | x86/cpufeatures: Add Intel PCONFIG cpufeature (diff) | |
| download | linux-dev-3c76db70eb70a0fbd40b3e0dec8f69ca344d1ff8.tar.xz linux-dev-3c76db70eb70a0fbd40b3e0dec8f69ca344d1ff8.zip | |
Merge branch 'x86/pti' into x86/mm, to pick up dependencies
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/mm/fault.c')
| -rw-r--r-- | arch/x86/mm/fault.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c index 321b78060e93..e6af2b464c3d 100644 --- a/arch/x86/mm/fault.c +++ b/arch/x86/mm/fault.c @@ -1248,10 +1248,6 @@ __do_page_fault(struct pt_regs *regs, unsigned long error_code, tsk = current; mm = tsk->mm; - /* - * Detect and handle instructions that would cause a page fault for - * both a tracked kernel page and a userspace page. - */ prefetchw(&mm->mmap_sem); if (unlikely(kmmio_fault(regs, address))) |
