Author: stepan
Date: 2010-01-16 14:49:03 +0100 (Sat, 16 Jan 2010)
New Revision: 5014

Modified:
   trunk/src/cpu/intel/speedstep/acpi.c
Log:
Make internal functions static in speedstep ACPI generation code.
(trivial)
Signed-off-by: Stefan Reinauer <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>



Modified: trunk/src/cpu/intel/speedstep/acpi.c
===================================================================
--- trunk/src/cpu/intel/speedstep/acpi.c        2010-01-16 13:48:20 UTC (rev 
5013)
+++ trunk/src/cpu/intel/speedstep/acpi.c        2010-01-16 13:49:03 UTC (rev 
5014)
@@ -29,7 +29,7 @@
 
 // XXX: PSS table values for power consumption are for Merom only
 
-int determine_total_number_of_cores(void)
+static int determine_total_number_of_cores(void)
 {
        device_t cpu;
        int count = 0;
@@ -46,7 +46,7 @@
        return count;
 }
 
-int get_fsb(void)
+static int get_fsb(void)
 {
        u32 fsbcode=(rdmsr(0xcd).lo >> 4) & 7;
        switch (fsbcode) {


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to