Put the print in the right place. This is trivial patch but a very

serious issue, so I am self-acking.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2879 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich 2007-10-21 04:33:02 +00:00
parent dd8632846b
commit cb56d216fc
1 changed files with 1 additions and 0 deletions

View File

@ -290,4 +290,5 @@ void cpuRegInit(void)
msr.hi = 0;
msr.lo = 0x00000603C;
wrmsr(msrnum, msr);
print_debug("Done cpuRegInit\r\n");
}