commit | f49596a4cf4753d13951608f24f939a59fdcc653 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Tue Aug 20 19:53:10 2013 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Tue Aug 20 19:53:10 2013 -0500 |
tree | 1b2bbef231a65dd814e256e0cda4cbebeee3454f | |
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>