[coreboot-gerrit] New patch to review for coreboot: 26654cf model_206ax_init.c: Trivial - fix indent

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Wed Jul 30 04:11:21 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6412

-gerrit

commit 26654cff9781d773a997c045dbed96e32b58c068
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Wed Jul 30 11:44:29 2014 +1000

    model_206ax_init.c: Trivial - fix indent
    
    Change-Id: I84876c95522fca5560bcbc8e81dfcb09faf3b326
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/cpu/intel/fsp_model_206ax/model_206ax_init.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/cpu/intel/fsp_model_206ax/model_206ax_init.c b/src/cpu/intel/fsp_model_206ax/model_206ax_init.c
index d0b2d3d..c2f9f19 100644
--- a/src/cpu/intel/fsp_model_206ax/model_206ax_init.c
+++ b/src/cpu/intel/fsp_model_206ax/model_206ax_init.c
@@ -65,9 +65,9 @@ static void enable_vmx(void)
 	printk(BIOS_DEBUG, "%s VMX\n", enable ? "Enabling" : "Disabling");
 
 	if (enable) {
-			msr.lo |= (1 << 2);
-			if (regs.ecx & CPUID_SMX)
-				msr.lo |= (1 << 1);
+		msr.lo |= (1 << 2);
+		if (regs.ecx & CPUID_SMX)
+			msr.lo |= (1 << 1);
 	}
 
 	wrmsr(IA32_FEATURE_CONTROL, msr);



More information about the coreboot-gerrit mailing list