r4097 broke the tree and it remains unfixed :-(

Repeat: Cosmetic patches shall not break the tree for 20 revisions.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4116 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2009-04-15 06:00:01 +00:00
committed by Stefan Reinauer
parent 57f6c08837
commit 82144571ad
5 changed files with 21 additions and 5 deletions

View File

@@ -72,8 +72,8 @@ static u32 get_core_num(void)
return (cpuid_ecx(0x80000008) & 0xff);
}
static struct node_core_id get_node_core_id_x(void) {
return get_node_core_id( read_nb_cfg_54() );
static struct node_core_id get_node_core_id_x(void)
{
return get_node_core_id(read_nb_cfg_54());
}