Author: rminnich
Date: 2007-10-21 05:51:06 +0200 (Sun, 21 Oct 2007)
New Revision: 2878

Modified:
   trunk/LinuxBIOSv2/src/northbridge/amd/lx/pll_reset.c
Log:
I am signing off and acking this trivial patch, as I just wasted several
days on a function named pll_reset that, on exit, says "Done
cpuRegInit", and which, in turn, made me think it was a lot farther
along that it was. 

Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]>
Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]>



Modified: trunk/LinuxBIOSv2/src/northbridge/amd/lx/pll_reset.c
===================================================================
--- trunk/LinuxBIOSv2/src/northbridge/amd/lx/pll_reset.c        2007-10-19 
18:07:59 UTC (rev 2877)
+++ trunk/LinuxBIOSv2/src/northbridge/amd/lx/pll_reset.c        2007-10-21 
03:51:06 UTC (rev 2878)
@@ -68,7 +68,7 @@
                __asm__ __volatile__("hlt\n");
 
        }
-       print_debug("Done cpuRegInit\n");
+       print_debug("Done pll_reset\r\n");
        return;
 }
 


-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to