add some printks to raminit and correct a typo on one comment.

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


git-svn-id: svn://coreboot.org/repository/coreboot-v3@851 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2008-08-31 02:46:37 +00:00
commit 47043d7ab3
2 changed files with 9 additions and 2 deletions

View file

@ -335,7 +335,7 @@ cpu_init_detectedx = 0;
*/
/* that is from initial apicid, we need nodeid and coreid later */
/* this comment still confuses me, but I *think* "that" means the "bsp_apicid. Not sure. */
/* this comment still confuses me, but I *think* "that" means the "bsp_apicid". Not sure. */
id = get_node_core_id();
printk(BIOS_DEBUG, "init_cpus: node %d core %d\n", id.nodeid, id.coreid);