diff options
| author | Scott Wood <scottwood@freescale.com> | 2013-08-20 20:53:10 -0400 |
|---|---|---|
| committer | Scott Wood <scottwood@freescale.com> | 2013-08-20 20:53:10 -0400 |
| commit | f49596a4cf4753d13951608f24f939a59fdcc653 (patch) | |
| tree | 1b2bbef231a65dd814e256e0cda4cbebeee3454f /arch/powerpc/Makefile | |
| parent | beb2dc0a7a84be003ce54e98b95d65cc66e6e536 (diff) | |
powerpc/85xx: Remove -Wa,-me500
This caused lwsync to be converted to sync on 64-bit (on 32-bit lwsync
is generated at runtime, and so wasn't affected). Not using lwsync
caused a significant slowdown on certain workloads.
Setting this flag for any e500-enabled build is also not friendly to
multiplatform kernels.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/Makefile')
| -rw-r--r-- | arch/powerpc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 967fd23ace78..6930c935d292 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
| @@ -139,7 +139,6 @@ endif | |||
| 139 | 139 | ||
| 140 | cpu-as-$(CONFIG_4xx) += -Wa,-m405 | 140 | cpu-as-$(CONFIG_4xx) += -Wa,-m405 |
| 141 | cpu-as-$(CONFIG_ALTIVEC) += -Wa,-maltivec | 141 | cpu-as-$(CONFIG_ALTIVEC) += -Wa,-maltivec |
| 142 | cpu-as-$(CONFIG_E500) += -Wa,-me500 | ||
| 143 | cpu-as-$(CONFIG_E200) += -Wa,-me200 | 142 | cpu-as-$(CONFIG_E200) += -Wa,-me200 |
| 144 | 143 | ||
| 145 | KBUILD_AFLAGS += $(cpu-as-y) | 144 | KBUILD_AFLAGS += $(cpu-as-y) |
