Changed ev5 L1 cache latency from 2 to 3, as suggested by Bill Dorsey.

This commit is contained in:
elric 2000-03-16 22:46:10 +00:00
parent 174455c38a
commit 17b91be06f

View File

@ -266,7 +266,7 @@ override_options ()
static int const cache_latency[][4] =
{
{ 3, 30, -1 }, /* ev4 -- Bcache is a guess */
{ 2, 12, 38 }, /* ev5 -- Bcache from PC164 LMbench numbers */
{ 3, 12, 38 }, /* ev5 -- Bcache from PC164 LMbench numbers */
{ 3, 13, -1 }, /* ev6 -- Ho hum, doesn't exist yet */
};