diff options
Diffstat (limited to 'drivers/cpufreq/p4-clockmod.c')
-rw-r--r-- | drivers/cpufreq/p4-clockmod.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/cpufreq/p4-clockmod.c b/drivers/cpufreq/p4-clockmod.c index 74f593e70e19..529cfd92158f 100644 --- a/drivers/cpufreq/p4-clockmod.c +++ b/drivers/cpufreq/p4-clockmod.c | |||
@@ -92,16 +92,16 @@ static int cpufreq_p4_setdc(unsigned int cpu, unsigned int newstate) | |||
92 | 92 | ||
93 | 93 | ||
94 | static struct cpufreq_frequency_table p4clockmod_table[] = { | 94 | static struct cpufreq_frequency_table p4clockmod_table[] = { |
95 | {DC_RESV, CPUFREQ_ENTRY_INVALID}, | 95 | {0, DC_RESV, CPUFREQ_ENTRY_INVALID}, |
96 | {DC_DFLT, 0}, | 96 | {0, DC_DFLT, 0}, |
97 | {DC_25PT, 0}, | 97 | {0, DC_25PT, 0}, |
98 | {DC_38PT, 0}, | 98 | {0, DC_38PT, 0}, |
99 | {DC_50PT, 0}, | 99 | {0, DC_50PT, 0}, |
100 | {DC_64PT, 0}, | 100 | {0, DC_64PT, 0}, |
101 | {DC_75PT, 0}, | 101 | {0, DC_75PT, 0}, |
102 | {DC_88PT, 0}, | 102 | {0, DC_88PT, 0}, |
103 | {DC_DISABLE, 0}, | 103 | {0, DC_DISABLE, 0}, |
104 | {DC_RESV, CPUFREQ_TABLE_END}, | 104 | {0, DC_RESV, CPUFREQ_TABLE_END}, |
105 | }; | 105 | }; |
106 | 106 | ||
107 | 107 | ||