jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditions
authorSteven Rostedt <srostedt@redhat.com>
Thu, 23 Sep 2010 03:10:23 +0000 (23:10 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 23 Sep 2010 03:10:23 +0000 (23:10 -0400)
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 <jbaron@redhat.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found