From a40a17c50cd10afea78bc5c1e41e486b9c4aa078 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 12 Mar 2004 12:18:25 +0000 Subject: cosmetics.. we'll not see more that 256cpus in linuxbios for a while git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1391 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/amdk8/coherent_ht.c | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'src/northbridge/amd/amdk8/coherent_ht.c') diff --git a/src/northbridge/amd/amdk8/coherent_ht.c b/src/northbridge/amd/amdk8/coherent_ht.c index 5b6ea16e4e..b8863998f6 100644 --- a/src/northbridge/amd/amdk8/coherent_ht.c +++ b/src/northbridge/amd/amdk8/coherent_ht.c @@ -1,6 +1,7 @@ /* coherent hypertransport initialization for AMD64 + * * written by Stefan Reinauer - * (c) 2003 by SuSE Linux AG + * (c) 2003-2004 by SuSE Linux AG * * This code is licensed under GPL. */ @@ -132,7 +133,7 @@ static void enable_routing(u8 node) /* Enable routing table */ print_spew("Enabling routing table for node "); - print_spew_hex32(node); + print_spew_hex8(node); val=pci_read_config32(NODE_HT(node), 0x6c); val &= ~((1<<1)|(1<<0)); @@ -147,8 +148,8 @@ static void rename_temp_node(u8 node) { uint32_t val; - print_spew("Renaming current temp node to "); - print_spew_hex32(node); + print_spew("Renaming current temporary node to "); + print_spew_hex8(node); val=pci_read_config32(NODE_HT(7), 0x60); val &= (~7); /* clear low bits. */ @@ -315,7 +316,7 @@ static void setup_remote_node(u8 node, u8 cpus) uint8_t row; int i; - print_spew("setup_remote_node\r\n"); + print_spew("setup_remote_node: "); for(row=0; row