get rid of even more fam10 and k8 warnings.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5659 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
5e33e82708
commit
817d7542f7
@@ -32,7 +32,7 @@ u32 read_nb_cfg_54(void)
|
||||
return ( ( msr.hi >> (54-32)) & 1);
|
||||
}
|
||||
|
||||
static u32 get_initial_apicid(void)
|
||||
u32 get_initial_apicid(void)
|
||||
{
|
||||
return ((cpuid_ebx(1) >> 24) & 0xff);
|
||||
}
|
||||
@@ -67,10 +67,12 @@ struct node_core_id get_node_core_id(u32 nb_cfg_54)
|
||||
return id;
|
||||
}
|
||||
|
||||
#ifdef UNUSED_CODE
|
||||
static u32 get_core_num(void)
|
||||
{
|
||||
return (cpuid_ecx(0x80000008) & 0xff);
|
||||
}
|
||||
#endif
|
||||
|
||||
static struct node_core_id get_node_core_id_x(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user