summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/cpu.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2010-12-08 00:09:24 +0000
committerjkim <jkim@FreeBSD.org>2010-12-08 00:09:24 +0000
commit340a707cd635a1d76ddfcae04ea7b0ed4226f02c (patch)
tree05ba9f93650fa1c9071fd048e30b4fa36b22e0a6 /sys/amd64/include/cpu.h
parent69595fcf74fb1f5587ef4d8a1d370dabc13d6a78 (diff)
downloadFreeBSD-src-340a707cd635a1d76ddfcae04ea7b0ed4226f02c.zip
FreeBSD-src-340a707cd635a1d76ddfcae04ea7b0ed4226f02c.tar.gz
Merge sys/amd64/amd64/tsc.c and sys/i386/i386/tsc.c and move to sys/x86/x86.
Discussed with: avg
Diffstat (limited to 'sys/amd64/include/cpu.h')
-rw-r--r--sys/amd64/include/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h
index 1c2871f..3cc4af7 100644
--- a/sys/amd64/include/cpu.h
+++ b/sys/amd64/include/cpu.h
@@ -56,6 +56,7 @@
#ifdef _KERNEL
extern char btext[];
extern char etext[];
+extern int tsc_present;
void cpu_halt(void);
void cpu_reset(void);
OpenPOWER on IntegriCloud