aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/cpu.h
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2004-11-16 20:42:32 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2004-11-16 20:42:32 +0000
commit2d68e3fb92624f0041f8394b6aa8a53c23ba31d9 (patch)
tree675ab00de5628f598aa1773d0c714a0300dafb2d /sys/i386/include/cpu.h
parent60ede768f7cb48efacfe29a75bffe9f2546f2a50 (diff)
downloadsrc-2d68e3fb92624f0041f8394b6aa8a53c23ba31d9.tar.gz
src-2d68e3fb92624f0041f8394b6aa8a53c23ba31d9.zip
Initiate deorbit burn sequence for 80386 support in FreeBSD: Remove
80386 (I386_CPU) support from the kernel.
Notes
Notes: svn path=/head/; revision=137784
Diffstat (limited to 'sys/i386/include/cpu.h')
-rw-r--r--sys/i386/include/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h
index fb1017f3d1ae..ec9ecd3c33b8 100644
--- a/sys/i386/include/cpu.h
+++ b/sys/i386/include/cpu.h
@@ -99,7 +99,7 @@ void swi_vm(void *);
static __inline u_int64_t
get_cyclecount(void)
{
-#if defined(I386_CPU) || defined(I486_CPU) || defined(KLD_MODULE)
+#if defined(I486_CPU) || defined(KLD_MODULE)
struct bintime bt;
if (!tsc_present) {