diff options
author | Rafa³ Bilski <rafalbilski@interia.pl> | 2007-02-08 23:12:02 +0100 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2007-02-10 20:05:04 -0500 |
commit | e57501c15f48d6b7a8fe2b023be8f4779484482d (patch) | |
tree | 0d0695e12a8c58fb7faa6dfd3cbc1c4dd5b75513 | |
parent | c18a1483f478adbeb4cc7148db22c4a9c10aaee3 (diff) | |
download | blackbird-obmc-linux-e57501c15f48d6b7a8fe2b023be8f4779484482d.tar.gz blackbird-obmc-linux-e57501c15f48d6b7a8fe2b023be8f4779484482d.zip |
[CPUFREQ] Longhaul - Models of Nehemiah
Borowed from VIA driver.
Signed-off-by: Rafal Bilski <rafalbilski@interia.pl>
Signed-off-by: Dave Jones <davej@redhat.com>
-rw-r--r-- | arch/i386/kernel/cpu/cpufreq/longhaul.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/longhaul.c b/arch/i386/kernel/cpu/cpufreq/longhaul.c index 8f65ebe4de5b..fc9afbb7c1fc 100644 --- a/arch/i386/kernel/cpu/cpufreq/longhaul.c +++ b/arch/i386/kernel/cpu/cpufreq/longhaul.c @@ -636,15 +636,15 @@ static int __init longhaul_cpu_init(struct cpufreq_policy *policy) switch (c->x86_mask) { case 0 ... 1: cpu_model = CPU_NEHEMIAH; - cpuname = "C3 'Nehemiah A' [C5N]"; + cpuname = "C3 'Nehemiah A' [C5XLOE]"; break; case 2 ... 4: cpu_model = CPU_NEHEMIAH; - cpuname = "C3 'Nehemiah B' [C5N]"; + cpuname = "C3 'Nehemiah B' [C5XLOH]"; break; case 5 ... 15: cpu_model = CPU_NEHEMIAH_C; - cpuname = "C3 'Nehemiah C' [C5N]"; + cpuname = "C3 'Nehemiah C' [C5P]"; break; } break; |