remove trailing whitespace
[coreboot.git] / src / northbridge / amd / amdk8 / coherent_ht.c
index f66e2cffd6984f84018225ed7b0ab6efcb44303c..a262686f871609d5643c479c92775f1730a33e90 100644 (file)
@@ -673,7 +673,7 @@ static void setup_uniprocessor(void)
 }
 
 #if CONFIG_MAX_PHYSICAL_CPUS > 2
-static int optimize_connection_group(const u8 *opt_conn, int num) 
+static int optimize_connection_group(const u8 *opt_conn, int num)
 {
        int needs_reset = 0;
        int i;
@@ -1599,7 +1599,7 @@ static void coherent_ht_finalize(unsigned nodes)
 #if CONFIG_LOGICAL_CPUS==1
        unsigned total_cpus;
 
-       if (read_option(CMOS_VSTART_multi_core, CMOS_VLEN_multi_core, 0) == 0) { /* multi_core */
+       if (read_option(multi_core, 0) == 0) { /* multi_core */
                total_cpus = verify_dualcore(nodes);
        }
        else {
@@ -1709,7 +1709,7 @@ static int apply_cpu_errata_fixes(unsigned nodes)
                }
 #endif
 
-               
+
 #if CONFIG_K8_REV_F_SUPPORT == 0
                /* I can't touch this msr on early buggy cpus, and cannot apply either 169 or 131 */
                if (!is_cpu_pre_b3())