summaryrefslogtreecommitdiff
path: root/Cyrix
diff options
context:
space:
mode:
authordavej <davej>2001-12-09 16:35:51 +0000
committerdavej <davej>2001-12-09 16:35:51 +0000
commit47f7b0887481de764256ec6efc8a088f3f856acb (patch)
tree42ad4e5b3358dded7efe13639ded5d0450ebedfd /Cyrix
parent96b6469dd4f7e0d29e0a0feabd2a96417c69b908 (diff)
OpenBSD & Win32 support, and some bug-squishing & updates..
2001-12-9 Hans-Frieder Vogt <hfvogt@nexgo.de> * AMD/MSR-K6.c: Fix write-allocation reports on K6-III 2001-12-9 Matthew Gregan <mgregan@jade.co.nz> * AMD/AMD.h, Cyrix/Cyrix.h, Intel/Intel.h, x86info.h: Add guards * AMD/MSR-K6.c, AMD/bluesmoke.c, IDT/identify.c: * Intel/bluesmoke.c, rdmsr.c: s/rdmsr/readmsr/ (work around OpenBSD braindamage) * Intel/identify.c: Reformat & update. Add chip revisions where known. * MHz.c: Win32 support, increase usleep amount to work on win32 (Also better value for Linux and other OSs) * Makefile: Win32 support. * bluesmoke.c: Remove, go with vendor specific version. * cpuid.s: renamed to cpuid_UP.S * x86info.c: Win32 support, extra sanity checks.
Diffstat (limited to 'Cyrix')
-rw-r--r--Cyrix/Cyrix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cyrix/Cyrix.h b/Cyrix/Cyrix.h
index eecd626..282eb15 100644
--- a/Cyrix/Cyrix.h
+++ b/Cyrix/Cyrix.h
@@ -1 +1,4 @@
+#ifndef _CYRIX_H
+#define _CYRIX_H
void decode_Cyrix_TLB (int);
+#endif /* _CYRIX_H */