]> git.baikalelectronics.ru Git - kernel.git/commit
Remove -mno-spe flags as they dont belong
authorKumar Gala <galak@kernel.crashing.org>
Sat, 15 Nov 2008 18:02:34 +0000 (12:02 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 17 Nov 2008 21:24:35 +0000 (13:24 -0800)
commitc30cef2339ef41cadb7b776dd3e088f643a9f01f
tree0245f08c672b54a914df9bbb54dff98ed685a3c7
parent23ed503fda1121df839582f2e01e75eba1cb4ccf
Remove -mno-spe flags as they dont belong

For some unknown reason at Steven Rostedt added in disabling of the SPE
instruction generation for e500 based PPC cores in commit
77539b1d630ad718c30e680f661df738d281004d.

We are removing it because:

1. It generates e500 kernels that don't work
2. its not the correct set of flags to do this
3. we handle this in the arch/powerpc/Makefile already
4. its unknown in talking to Steven why he did this

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Tested-and-Acked-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/Makefile