Skip to content

Commit 1620414

Browse files
hansendcIngo Molnar
authored andcommitted
x86/mm: Kill stray kernel fault handling comment
I originally had matching user and kernel comments, but the kernel one got improved. Some errant conflict resolution kicked the commment somewhere wrong. Kill it. Reported-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Cc: Andy Lutomirski <luto@kernel.org> Cc: Jann Horn <jannh@google.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Sean Christopherson <sean.j.christopherson@intel.com> Cc: Thomas Gleixner <tglx@linutronix.de> Fixes: aa37c51 ("x86/mm: Break out user address space handling") Link: http://lkml.kernel.org/r/20181019140842.12F929FA@viggo.jf.intel.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent c200dac commit 1620414

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/mm/fault.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,6 @@ bad_area_access_error(struct pt_regs *regs, unsigned long error_code,
963963
__bad_area(regs, error_code, address, vma, SEGV_ACCERR);
964964
}
965965

966-
/* Handle faults in the kernel portion of the address space */
967966
static void
968967
do_sigbus(struct pt_regs *regs, unsigned long error_code, unsigned long address,
969968
u32 *pkey, unsigned int fault)

0 commit comments

Comments
 (0)