]> xenbits.xensource.com Git - seabios.git/commitdiff
Minor - remove stray tab from src/fw/smm.c.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 23 Aug 2014 16:10:29 +0000 (12:10 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 23 Aug 2014 16:10:29 +0000 (12:10 -0400)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/fw/smm.c

index ce95285610a287bafcf7d057e0319e952bbfa298..5b26977e4832948461faf920a8b5ce0b96d27177 100644 (file)
@@ -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();