commit | 80e0b6e8a001361316a2d62b748fe677ec46b860 | [log] [tgz] |
---|---|---|
author | Richard Guy Briggs <rgb@redhat.com> | Sun Mar 16 14:00:19 2014 -0400 |
committer | Eric Paris <eparis@redhat.com> | Thu Mar 20 10:12:00 2014 -0400 |
tree | 385aea722a69dd83447b164383b57c4de380aec6 | |
parent | 579ec9e1ab0bdca2dbc3c942aa1a530a6ec8c349 [diff] |
sched: declare pid_alive as inline 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>