aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/clock.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2011-05-09 17:34:00 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2011-05-09 17:34:00 +0000
commit65e7d70b09a832aae0142f4687400fcc1cf48286 (patch)
treef14f98cc7206c33ca8d27a2a87cef04e1103b051 /sys/i386/include/clock.h
parent352dbd822c5af718baa563ff9b4095e68412213c (diff)
downloadsrc-65e7d70b09a832aae0142f4687400fcc1cf48286.tar.gz
src-65e7d70b09a832aae0142f4687400fcc1cf48286.zip
Implement boot-time TSC synchronization test for SMP. This test is executed
when the user has indicated that the system has synchronized TSCs or it has P-state invariant TSCs. For the former case, we may clear the tunable if it fails the test to prevent accidental foot-shooting. For the latter case, we may set it if it passes the test to notify the user that it may be usable.
Notes
Notes: svn path=/head/; revision=221703
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r--sys/i386/include/clock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h
index 75817d0c56b8..d980ec7bd6d9 100644
--- a/sys/i386/include/clock.h
+++ b/sys/i386/include/clock.h
@@ -30,7 +30,6 @@ void i8254_init(void);
void startrtclock(void);
void timer_restore(void);
void init_TSC(void);
-void init_TSC_tc(void);
#define HAS_TIMER_SPKR 1
int timer_spkr_acquire(void);