Silence two warnings. Only use the Qemu hard-coded address for VGA devices.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4947 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -13,7 +13,6 @@
|
||||
#include <cpu/amd/model_fxx_rev.h>
|
||||
#include <cpu/amd/amdk8_sysconf.h>
|
||||
|
||||
static int first_time = 1;
|
||||
static int disable_siblings = !CONFIG_LOGICAL_CPUS;
|
||||
|
||||
#include "dualcore_id.c"
|
||||
@ -116,7 +115,10 @@ unsigned get_apicid_base(unsigned ioapic_num)
|
||||
|
||||
return apicid_base;
|
||||
}
|
||||
|
||||
#if 0
|
||||
static int first_time = 1;
|
||||
|
||||
void amd_sibling_init(device_t cpu)
|
||||
{
|
||||
unsigned i, siblings;
|
||||
|
Reference in New Issue
Block a user