diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2014-08-23 12:10:29 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2014-08-23 12:10:29 -0400 |
commit | a9f48163bcd9ea20f9e4bc4467946f6726882a9b (patch) | |
tree | 96e17eea566f4531c34e92a208ebd671821b826d | |
parent | 2e73b1d9c5aaed696ed496203397ecacce1b2510 (diff) | |
download | seabios-a9f48163bcd9ea20f9e4bc4467946f6726882a9b.zip seabios-a9f48163bcd9ea20f9e4bc4467946f6726882a9b.tar.gz seabios-a9f48163bcd9ea20f9e4bc4467946f6726882a9b.tar.bz2 |
Minor - remove stray tab from src/fw/smm.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | src/fw/smm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fw/smm.c b/src/fw/smm.c index ce95285..5b26977 100644 --- a/src/fw/smm.c +++ b/src/fw/smm.c @@ -133,8 +133,7 @@ static void piix4_apmc_smm_setup(int isabdf, int i440_bdf) /* enable SMI generation */ value = inl(acpi_pm_base + PIIX_PMIO_GLBCTL); - outl(acpi_pm_base + PIIX_PMIO_GLBCTL, - value | PIIX_PMIO_GLBCTL_SMI_EN); + outl(acpi_pm_base + PIIX_PMIO_GLBCTL, value | PIIX_PMIO_GLBCTL_SMI_EN); smm_relocate_and_restore(); |