From: Steven Rostedt Date: Thu, 23 Sep 2010 03:10:23 +0000 (-0400) Subject: jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditions X-Git-Tag: v2.6.37-rc1~214^2~33^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46eb3b64dddd20f44e76b08676fa642dd374bf1d;p=pandora-kernel.git jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditions The !CC_OPTIMIZE_FOR_SIZE was added to enable the jump label functionality because Jason noticed that the gcc option would not optimize the labels and may even hurt performance. But this is a gcc problem not a kernel one. Removing this condition should add motivation to the gcc developers to actually fix it. Cc: Jason Baron Acked-by: David S. Miller Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed