From: H. Peter Anvin Date: Thu, 2 Apr 2009 00:35:00 +0000 (-0700) Subject: x86, setup: compile with -DDISABLE_BRANCH_PROFILING X-Git-Tag: v2.6.30-rc1~211^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a38f34635bdf06089de763b4becbc957694977;p=pandora-kernel.git x86, setup: compile with -DDISABLE_BRANCH_PROFILING Impact: code size reduction (possibly critical) The x86 boot and decompression code has no use of the branch profiling constructs, so disable them. This would bloat the setup code by as much as 14K, eating up a fairly large chunk of the 32K area we are guaranteed to have. Signed-off-by: H. Peter Anvin Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed