AMD Parmer: Remove warning.
Change-Id: I4ba2d480fa6df5ee741d887d26524b32c1901d73 Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: zbao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/1399 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
@@ -76,7 +76,7 @@ unsigned long acpi_fill_madt(unsigned long current)
|
|||||||
/* 5 mean: 0101 --> Edige-triggered, Active high */
|
/* 5 mean: 0101 --> Edige-triggered, Active high */
|
||||||
|
|
||||||
/* create all subtables for processors */
|
/* create all subtables for processors */
|
||||||
current += acpi_create_madt_lapic_nmi(current, 0xff, 5, 1);
|
current += acpi_create_madt_lapic_nmi((acpi_madt_lapic_nmi_t *)current, 0xff, 5, 1);
|
||||||
/* 1: LINT1 connect to NMI */
|
/* 1: LINT1 connect to NMI */
|
||||||
|
|
||||||
return current;
|
return current;
|
||||||
|
@@ -75,12 +75,6 @@ static void *smp_write_config_table(void *v)
|
|||||||
{
|
{
|
||||||
struct mp_config_table *mc;
|
struct mp_config_table *mc;
|
||||||
int bus_isa;
|
int bus_isa;
|
||||||
int boot_apic_id;
|
|
||||||
unsigned apic_version;
|
|
||||||
unsigned cpu_features;
|
|
||||||
unsigned cpu_feature_flags;
|
|
||||||
struct cpuid_result result;
|
|
||||||
unsigned long cpu_flag;
|
|
||||||
u32 dword;
|
u32 dword;
|
||||||
u8 byte;
|
u8 byte;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user