signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrap
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 16 Apr 2018 19:22:17 +0000 (14:22 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 19 Sep 2018 13:45:57 +0000 (15:45 +0200)
commit73f297aa072809386ef6400fb48dbfde89662291
tree8f4d0fe714aa57083d2f6acf94207a4156eff90f
parentefc463adbccf709c5dbaf6cfbf84b7e94b62810a
signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrap

The function fill_sigtrap_info now only has one caller so remove
it and put it's contents in it's caller.

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