aboutsummaryrefslogtreecommitdiff
path: root/arch/score/mm/fault.c
diff options
context:
space:
mode:
authorRichard Guy Briggs <rgb@redhat.com>2014-03-16 14:00:19 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-04-29 10:31:54 +0200
commit3e5e7e6b3590fe5983e0bfa366987d6ca44d9c6a (patch)
tree3e36dd1e8272a847bc2fc89005427b58ebe29ffa /arch/score/mm/fault.c
parent5c48ea64a86415fde0859267a194442d26d2e70c (diff)
sched: declare pid_alive as inline
commit 80e0b6e8a001361316a2d62b748fe677ec46b860 upstream. We accidentally declared pid_alive without any extern/inline connotation. Some platforms were fine with this, some like ia64 and mips were very angry. If the function is inline, the prototype should be inline! on ia64: include/linux/sched.h:1718: warning: 'pid_alive' declared inline after being called Signed-off-by: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: hujianyang <hujianyang@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/score/mm/fault.c')
0 files changed, 0 insertions, 0 deletions