Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / mainboard / tyan / s2881 / get_bus_conf.c
index 758e3d809d567da7021e2487371c337e0611577c..562ba935d81f2722f429734314ae3487101338d6 100644 (file)
@@ -23,7 +23,7 @@ unsigned apicid_8111 ;
 unsigned apicid_8131_1;
 unsigned apicid_8131_2;
 
-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,
@@ -35,7 +35,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,
@@ -71,7 +71,7 @@ void get_bus_conf(void)
         }
 
         get_sblk_pci1234();
-       
+
        sysconf.sbdn = (sysconf.hcdn[0] >> 8) & 0xff;
        sbdn3 = sysconf.hcdn[0] & 0xff;
 
@@ -119,8 +119,8 @@ void get_bus_conf(void)
 /*I/O APICs:   APIC ID Version State           Address*/
 #if CONFIG_LOGICAL_CPUS==1
        apicid_base = get_apicid_base(3);
-#else 
-       apicid_base = CONFIG_MAX_PHYSICAL_CPUS; 
+#else
+       apicid_base = CONFIG_MAX_PHYSICAL_CPUS;
 #endif
        apicid_8111 = apicid_base+0;
        apicid_8131_1 = apicid_base+1;