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:
parent
dd8632846b
commit
cb56d216fc
|
@ -290,4 +290,5 @@ void cpuRegInit(void)
|
|||
msr.hi = 0;
|
||||
msr.lo = 0x00000603C;
|
||||
wrmsr(msrnum, msr);
|
||||
print_debug("Done cpuRegInit\r\n");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue