diff options
author | davej <davej> | 2001-12-10 17:52:15 +0000 |
---|---|---|
committer | davej <davej> | 2001-12-10 17:52:15 +0000 |
commit | cbd09ffcafc05b51405f7ce752c1ee62ad13adf6 (patch) | |
tree | a5dafeabb946c3135086682a3584c6253b59c868 /Cyrix | |
parent | 14d2eaf874d7092a5026a89e548dbbc204ccf1b3 (diff) |
Clean up externs
Move eblcr to intel only
Diffstat (limited to 'Cyrix')
-rw-r--r-- | Cyrix/identify.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Cyrix/identify.c b/Cyrix/identify.c index ae9930d..22515cd 100644 --- a/Cyrix/identify.c +++ b/Cyrix/identify.c @@ -1,5 +1,5 @@ /* - * $Id: identify.c,v 1.2 2001/08/19 15:09:27 davej Exp $ + * $Id: identify.c,v 1.3 2001/12/10 17:52:15 davej Exp $ * This file is part of x86info. * (C) 2001 Dave Jones. * @@ -12,9 +12,6 @@ #include "../x86info.h" #include "Cyrix.h" -extern int show_cacheinfo; -extern int show_registers; - /* Decode TLB and cache info descriptors */ void decode_Cyrix_TLB (int x) { |