diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-26 19:14:00 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-26 19:14:00 +0000 |
commit | 0fc88469ed193c14e05072b3435063f8e11d7d2f (patch) | |
tree | 7faaab03939d9980834bf88b2945722093bf357b /gcc/config | |
parent | 91398c847c9b6a8dafc828245d3214f6529860eb (diff) | |
download | gcc-0fc88469ed193c14e05072b3435063f8e11d7d2f.tar.gz |
2008-02-26 Edmar Wienskoski <edmar@freescale.com>
* config/rs6000/rs6000.c (processor_costs): Update e300 cache
line sizes.
* doc/invoke.texi: Add e300c2 and e300c3 to list of cpus.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132683 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/rs6000/rs6000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 9b9fefda2af..8ec976fb4b3 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -683,8 +683,8 @@ struct processor_costs ppce300c2c3_cost = { COSTS_N_INSNS (18), /* sdiv */ COSTS_N_INSNS (33), /* ddiv */ 32, - 32, /* l1 cache */ - 256, /* l2 cache */ + 16, /* l1 cache */ + 16, /* l2 cache */ 1, /* prefetch streams /*/ }; |