Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/gnu/dist/gcc/config/alpha Pull up revision 1.5 (request...
details: https://anonhg.NetBSD.org/src/rev/7d062c24def2
branches: netbsd-1-4
changeset: 470481:7d062c24def2
user: he <he%NetBSD.org@localhost>
date: Wed Mar 29 21:53:01 2000 +0000
description:
Pull up revision 1.5 (requested by elric):
Change ev5/ev56 L1 cache latency from 2 to 3.
diffstat:
gnu/dist/gcc/config/alpha/alpha.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e93fe8be4509 -r 7d062c24def2 gnu/dist/gcc/config/alpha/alpha.c
--- a/gnu/dist/gcc/config/alpha/alpha.c Wed Mar 29 20:51:33 2000 +0000
+++ b/gnu/dist/gcc/config/alpha/alpha.c Wed Mar 29 21:53:01 2000 +0000
@@ -266,7 +266,7 @@
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 */
};
Home |
Main Index |
Thread Index |
Old Index