From: David S. Miller Date: Tue, 20 Dec 2005 22:53:05 +0000 (-0800) Subject: [SPARC64]: Stop putting -finline-limit=XXX into CFLAGS X-Git-Tag: v2.6.15-rc7~16^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9c9dff1bc64750c81ee99779164d304c35d2ff3;p=pandora-kernel.git [SPARC64]: Stop putting -finline-limit=XXX into CFLAGS It was a stupid workaround for the "static inline" vs. "extern inline" issues of long ago, and it is what causes schedule() to be inlined like crazy into kernel/sched.c when -Os is specified. MIPS and S390 should probably do the same. Now CC_OPTIMIZE_FOR_SIZE can be safely used on sparc64 once more. Signed-off-by: David S. Miller --- Reading git-diff-tree failed