sb/amd/sb700: Fix misleading formatting
Change-Id: I65872d6f1d71d050c8589d3616340648cf95048b Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33268 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
parent
7775d67218
commit
a34b78c981
|
@ -306,7 +306,7 @@ static void sm_init(struct device *dev)
|
||||||
}
|
}
|
||||||
byte = pci_read_config8(dev, 0xAE);
|
byte = pci_read_config8(dev, 0xAE);
|
||||||
if (CONFIG(ENABLE_APIC_EXT_ID))
|
if (CONFIG(ENABLE_APIC_EXT_ID))
|
||||||
byte |= 1 << 4;
|
byte |= 1 << 4;
|
||||||
byte |= 1 << 5; /* ACPI_DISABLE_TIMER_IRQ_ENHANCEMENT_FOR_8254_TIMER */
|
byte |= 1 << 5; /* ACPI_DISABLE_TIMER_IRQ_ENHANCEMENT_FOR_8254_TIMER */
|
||||||
byte |= 1 << 6; /* Enable arbiter between APIC and PIC interrupts */
|
byte |= 1 << 6; /* Enable arbiter between APIC and PIC interrupts */
|
||||||
pci_write_config8(dev, 0xAE, byte);
|
pci_write_config8(dev, 0xAE, byte);
|
||||||
|
|
Loading…
Reference in New Issue