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