Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / mainboard / gigabyte / m57sli / get_bus_conf.c
index 4d381a6e8ec2b214a83f13763dfbc828dd6eccc7..cad922f16adc6d9cce4a4a3ced3403f13bfc7992 100644 (file)
@@ -39,7 +39,7 @@
         unsigned apicid_mcp55;
 
 
-unsigned pci1234x[] = 
+unsigned pci1234x[] =
 {        //Here you only need to set value in pci1234 for HT-IO that could be installed or not
         //You may need to preset pci1234 for HTIO board, please refer to src/northbridge/amd/amdk8/get_sblk_pci1234.c for detail
         0x0000ff0,
@@ -51,7 +51,7 @@ unsigned pci1234x[] =
 //        0x0000ff0,
 //        0x0000ff0
 };
-unsigned hcdnx[] = 
+unsigned hcdnx[] =
 { //HT Chain device num, actually it is unit id base of every ht device in chain, assume every chain only have 4 ht device at most
        0x20202020,
 //     0x20202020,
@@ -62,7 +62,7 @@ unsigned hcdnx[] =
 //        0x20202020,
 //        0x20202020,
 };
-unsigned bus_type[256]; 
+unsigned bus_type[256];
 
 
 
@@ -95,13 +95,13 @@ void get_bus_conf(void)
        for(i=0; i<8; i++) {
                bus_mcp55[i] = 0;
        }
-       
+
        for(i=0;i<256; i++) {
                bus_type[i] = 0;
        }
 
        bus_type[0] = 1; //pci
-       
+
        bus_mcp55[0] = (sysconf.pci1234[0] >> 16) & 0xff;
 
        bus_type[bus_mcp55[0]] = 1;
@@ -139,8 +139,8 @@ void get_bus_conf(void)
 /*I/O APICs:   APIC ID Version State           Address*/
 #if CONFIG_LOGICAL_CPUS==1
        apicid_base = get_apicid_base(1);
-#else 
-       apicid_base = CONFIG_MAX_PHYSICAL_CPUS; 
+#else
+       apicid_base = CONFIG_MAX_PHYSICAL_CPUS;
 #endif
        apicid_mcp55 = apicid_base+0;