summaryrefslogtreecommitdiff
path: root/identify.c
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2008-07-02 17:44:31 -0400
committerDave Jones <davej@redhat.com>2008-07-02 17:44:31 -0400
commit32566baa74ff460a4e9654b7c819e15767de4737 (patch)
tree8ee1405f7a0dd49bcd683c734118be26523b2fad /identify.c
parentef9aa7ad3c8fc817094c728539df2b8e047caa99 (diff)
Rename IDT -> Centaur
Even before the VIA acquisition, IDT's x86 division was called 'Centaur'
Diffstat (limited to 'identify.c')
-rw-r--r--identify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/identify.c b/identify.c
index 6e08ec5..a6c992b 100644
--- a/identify.c
+++ b/identify.c
@@ -63,7 +63,7 @@ void identify(struct cpudata *cpu)
Identify_Cyrix(cpu);
break;
case VENDOR_CENTAUR:
- Identify_IDT(cpu);
+ identify_centaur(cpu);
break;
case VENDOR_NATSEMI:
Identify_NatSemi(cpu);
@@ -92,7 +92,7 @@ void show_info(struct cpudata *cpu)
break;
case VENDOR_CENTAUR:
- display_IDT_info(cpu);
+ display_centaur_info(cpu);
break;
case VENDOR_INTEL: