diff options
author | Dave Jones <davej@redhat.com> | 2008-07-02 17:27:52 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2008-07-02 17:27:52 -0400 |
commit | a1e204c7b980c92257103b3071b37c73e4316939 (patch) | |
tree | d851b4b4313a540b0643a09c45d994c0981d5051 /Cyrix | |
parent | f1a3e8c56b4d7531a0fe653ea07e5c38e2374a6c (diff) |
Centralise where we call the routine to decode feature flags.
Only call it if we do -f or -a
Diffstat (limited to 'Cyrix')
-rw-r--r-- | Cyrix/identify.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Cyrix/identify.c b/Cyrix/identify.c index 0bed5a8..d8bc037 100644 --- a/Cyrix/identify.c +++ b/Cyrix/identify.c @@ -93,8 +93,6 @@ void display_Cyrix_info(struct cpudata *cpu) printf("CPU Model : %s\n", cpu->name); get_model_name (cpu); - decode_feature_flags (cpu); - printf("TLB & L1 Cache info\n"); if (cpu->maxi >= 2 && show_cacheinfo) { /* TLB and L1 Cache info */ |