summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2006-05-19 18:53:50 +0000
committersobomax <sobomax@FreeBSD.org>2006-05-19 18:53:50 +0000
commit210b6777a4180d2ef545f6c84b48b2a18fd0359b (patch)
tree733414dbd2a9f3b280a2830de3fc91a44ad43416 /sys/amd64
parente748a32ffa7ff410e03fce5556051d3790e73fad (diff)
downloadFreeBSD-src-210b6777a4180d2ef545f6c84b48b2a18fd0359b.zip
FreeBSD-src-210b6777a4180d2ef545f6c84b48b2a18fd0359b.tar.gz
Move clock_lock prototype into <machine/clock.h>, where it is more
appropriate. Discussed with: jhb
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/clock.h1
-rw-r--r--sys/amd64/include/mutex.h9
2 files changed, 1 insertions, 9 deletions
diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h
index a8a100f..f091b17 100644
--- a/sys/amd64/include/clock.h
+++ b/sys/amd64/include/clock.h
@@ -25,6 +25,7 @@ extern int timer0_max_count;
extern uint64_t tsc_freq;
extern int tsc_is_broken;
extern int wall_cmos_clock;
+extern struct mtx clock_lock;
/*
* Driver to clock driver interface.
diff --git a/sys/amd64/include/mutex.h b/sys/amd64/include/mutex.h
index 919a441..a2edadd 100644
--- a/sys/amd64/include/mutex.h
+++ b/sys/amd64/include/mutex.h
@@ -32,13 +32,4 @@
#ifndef _MACHINE_MUTEX_H_
#define _MACHINE_MUTEX_H_
-#ifndef LOCORE
-#ifdef _KERNEL
-
-/* Global locks */
-extern struct mtx clock_lock;
-
-#endif /* _KERNEL */
-
-#endif /* !LOCORE */
#endif /* __MACHINE_MUTEX_H */
OpenPOWER on IntegriCloud