diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-07-17 22:51:30 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-07-17 22:51:30 +0000 |
commit | 438a3e423e66e563474828901c2aa93f5131c9ff (patch) | |
tree | 2852372be32070b55d94772387f85538023c8568 /src/northbridge/amd | |
parent | 07d72dcfa2d92ad0cc6db19a683ac800ba843fff (diff) |
moved generate_row from coherent_ht.c to board specific auto.c files
due to different routing defaults of different boards.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@979 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r-- | src/northbridge/amd/amdk8/coherent_ht.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdk8/coherent_ht.c b/src/northbridge/amd/amdk8/coherent_ht.c index 5c11991646..460284bc82 100644 --- a/src/northbridge/amd/amdk8/coherent_ht.c +++ b/src/northbridge/amd/amdk8/coherent_ht.c @@ -499,6 +499,7 @@ static bool check_connection(u8 src, u8 dest, u8 link) return 1; } +#if 0 static unsigned int generate_row(u8 node, u8 row, u8 maxnodes) { /* Routing Table Node i @@ -551,6 +552,8 @@ static unsigned int generate_row(u8 node, u8 row, u8 maxnodes) return ret; } +#endif + static void fill_row(u8 node, u8 row, u32 value) { |