signal/microblaze: Remove the commented out force_sig_info in do_page_fault
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 20 Apr 2018 00:00:20 +0000 (19:00 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 25 Apr 2018 15:41:01 +0000 (10:41 -0500)
commitceb91ed1824d2e57007fb51dcb0d0d7110dc3fda
treebd8578bddb05e199618e03ecb5dde0e301554c58
parent3c67075d5df21f6bdb1dade1f2ab7e82ef0c0f6a
signal/microblaze: Remove the commented out force_sig_info in do_page_fault

Remove the commented out call to force_sig_info right after a call to
_exception in do_page_fault.  The function _exception does exactly the
work the commented out code does so there is no reason for the
commented out code.

Cc: Michal Simek <monstr@monstr.eu>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/microblaze/mm/fault.c