From: Ingo Molnar Date: Mon, 15 Oct 2007 15:00:07 +0000 (+0200) Subject: sched: x86: allow single-depth wchan output X-Git-Tag: v2.6.24-rc1~1289^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35a6ff5417bf94c9e19b6b55a9eb6eea14cc7be7;p=pandora-kernel.git sched: x86: allow single-depth wchan output sched.o gets smaller and faster if we compile it with -fomit-frame-pointers, so make this a config option. The cost is the loss of multi-depth wchan lookups - but SysRq-T is a sufficient replacement for them anyway, so their utility is much lower these days. the size difference is significant: text data bss dec hex filename 34005 3462 24 37491 9273 sched.o.before 33470 3462 24 36956 905c sched.o.after Signed-off-by: Ingo Molnar Signed-off-by: Peter Zijlstra Signed-off-by: Mike Galbraith Reviewed-by: Thomas Gleixner --- Reading git-diff-tree failed