aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/ibexpeak/fadt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/ibexpeak/fadt.c')
-rw-r--r--src/southbridge/intel/ibexpeak/fadt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/ibexpeak/fadt.c b/src/southbridge/intel/ibexpeak/fadt.c
index a0dcee8931..ccd9f57b74 100644
--- a/src/southbridge/intel/ibexpeak/fadt.c
+++ b/src/southbridge/intel/ibexpeak/fadt.c
@@ -13,7 +13,6 @@ void acpi_fill_fadt(acpi_fadt_t *fadt)
u16 pmbase = pci_read_config16(dev, 0x40) & 0xfffe;
int c2_latency;
-
fadt->sci_int = 0x9;
if (permanent_smi_handler()) {