[PATCH] Unlinline a bunch of other functions
Remove the "inline" keyword from a bunch of big functions in the kernel with the goal of shrinking it by 30kb to 40kb Signed-off-by: Arjan van de Ven <arjan@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Acked-by: Jeff Garzik <jgarzik@pobox.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b0a9499c3d
commit
858119e159
@@ -1554,7 +1554,7 @@ struct ctr_struct {
|
||||
* when reading out p->cpuset, as we don't really care if it changes
|
||||
* on the next cycle, and we are not going to try to dereference it.
|
||||
*/
|
||||
static inline int pid_array_load(pid_t *pidarray, int npids, struct cpuset *cs)
|
||||
static int pid_array_load(pid_t *pidarray, int npids, struct cpuset *cs)
|
||||
{
|
||||
int n = 0;
|
||||
struct task_struct *g, *p;
|
||||
|
Reference in New Issue
Block a user