]> git.neil.brown.name Git - history.git/commitdiff
[CPUFREQ] cleanup longhaul header file.
authorDave Jones <davej@redhat.com>
Tue, 7 Oct 2003 18:40:01 +0000 (19:40 +0100)
committerDave Jones <davej@redhat.com>
Tue, 7 Oct 2003 18:40:01 +0000 (19:40 +0100)
Group processor tables together correctly.

arch/i386/kernel/cpu/cpufreq/longhaul.h

index 80702e3047ffe6b69410aeab3f1f5e11aca99a5e..cf7478a794104481e30c13aaa5b22b591cea80ba 100644 (file)
@@ -95,27 +95,8 @@ static int __initdata samuel1_eblcr[16] = {
 };
 
 /*
- * VIA C3 Samuel2 Stepping 1->15 & VIA C3 Ezra
+ * VIA C3 Samuel2 Stepping 1->15
  */
-static int __initdata ezra_clock_ratio[16] = {
-       100, /* 0000 -> 10.0x */
-       30,  /* 0001 ->  3.0x */
-       40,  /* 0010 ->  4.0x */
-       90,  /* 0011 ->  9.0x */
-       95,  /* 0100 ->  9.5x */
-       35,  /* 0101 ->  3.5x */
-       45,  /* 0110 ->  4.5x */
-       55,  /* 0111 ->  5.5x */
-       60,  /* 1000 ->  6.0x */
-       70,  /* 1001 ->  7.0x */
-       80,  /* 1010 ->  8.0x */
-       50,  /* 1011 ->  5.0x */
-       65,  /* 1100 ->  6.5x */
-       75,  /* 1101 ->  7.5x */
-       85,  /* 1110 ->  8.5x */
-       120, /* 1111 -> 12.0x */
-};
-
 static int __initdata samuel2_eblcr[16] = {
        50,  /* 0000 ->  5.0x */
        30,  /* 0001 ->  3.0x */
@@ -135,6 +116,28 @@ static int __initdata samuel2_eblcr[16] = {
        65,  /* 1111 ->  6.5x */
 };
 
+/*
+ * VIA C3 Ezra
+ */
+static int __initdata ezra_clock_ratio[16] = {
+       100, /* 0000 -> 10.0x */
+       30,  /* 0001 ->  3.0x */
+       40,  /* 0010 ->  4.0x */
+       90,  /* 0011 ->  9.0x */
+       95,  /* 0100 ->  9.5x */
+       35,  /* 0101 ->  3.5x */
+       45,  /* 0110 ->  4.5x */
+       55,  /* 0111 ->  5.5x */
+       60,  /* 1000 ->  6.0x */
+       70,  /* 1001 ->  7.0x */
+       80,  /* 1010 ->  8.0x */
+       50,  /* 1011 ->  5.0x */
+       65,  /* 1100 ->  6.5x */
+       75,  /* 1101 ->  7.5x */
+       85,  /* 1110 ->  8.5x */
+       120, /* 1111 -> 12.0x */
+};
+
 static int __initdata ezra_eblcr[16] = {
        50,  /* 0000 ->  5.0x */
        30,  /* 0001 ->  3.0x */