From: Andi Kleen Date: Wed, 2 May 2007 17:27:08 +0000 (+0200) Subject: [PATCH] x86-64: Don't disable basic block reordering X-Git-Tag: v2.6.22-rc1~1011^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1652fcbf37abdbbebaf386b46b20e486769e7b45;p=pandora-kernel.git [PATCH] x86-64: Don't disable basic block reordering When compiling with -Os (which is default) the compiler defaults to it anyways. And with -O2 it probably generates somewhat better (although also larger) code. Signed-off-by: Andi Kleen --- Reading git-diff-tree failed