summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/cpu.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2011-03-15 17:19:52 +0000
committerjkim <jkim@FreeBSD.org>2011-03-15 17:19:52 +0000
commitad8ef5e4c74c5284ed975a5c90bc986ea4ed3933 (patch)
treed87e7f881f4daa44164c406cd5648fc96c3d4144 /sys/amd64/include/cpu.h
parentd3440080b0bc9de31def1f395728bafd1bcb558f (diff)
downloadFreeBSD-src-ad8ef5e4c74c5284ed975a5c90bc986ea4ed3933.zip
FreeBSD-src-ad8ef5e4c74c5284ed975a5c90bc986ea4ed3933.tar.gz
Deprecate tsc_present as the last of its real consumers finally disappeared.
Diffstat (limited to 'sys/amd64/include/cpu.h')
-rw-r--r--sys/amd64/include/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h
index 3cc4af7..1c2871f 100644
--- a/sys/amd64/include/cpu.h
+++ b/sys/amd64/include/cpu.h
@@ -56,7 +56,6 @@
#ifdef _KERNEL
extern char btext[];
extern char etext[];
-extern int tsc_present;
void cpu_halt(void);
void cpu_reset(void);
OpenPOWER on IntegriCloud