summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/critical.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-08-04 20:32:45 +0000
committerjhb <jhb@FreeBSD.org>2003-08-04 20:32:45 +0000
commite4889cd4700681f73e3e73980497783d0c28415a (patch)
treefd4fd8a4bc6d0874da5819255d7a16d649642bbc /sys/amd64/include/critical.h
parent52adb98aefd6ee43674dc6ccd40f9644daa3db66 (diff)
downloadFreeBSD-src-e4889cd4700681f73e3e73980497783d0c28415a.zip
FreeBSD-src-e4889cd4700681f73e3e73980497783d0c28415a.tar.gz
- Since td_critnest is now initialized in MI code, it doesn't have to be
set in cpu_critical_fork_exit() anymore. - As far as I can tell, cpu_thread_link() has never been used, not even when it was originally added, so remove it.
Diffstat (limited to 'sys/amd64/include/critical.h')
-rw-r--r--sys/amd64/include/critical.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/include/critical.h b/sys/amd64/include/critical.h
index dc5119c..3f13156 100644
--- a/sys/amd64/include/critical.h
+++ b/sys/amd64/include/critical.h
@@ -8,7 +8,6 @@
* cpu_critical_enter() - inlined
* cpu_critical_exit() - inlined
* cpu_critical_fork_exit() - prototyped
- * cpu_thread_link() - prototyped
* related support functions residing
* in <arch>/<arch>/critical.c - prototyped
*
@@ -24,7 +23,6 @@ __BEGIN_DECLS
* Prototypes - see <arch>/<arch>/critical.c
*/
void cpu_critical_fork_exit(void);
-void cpu_thread_link(struct thread *td);
#ifdef __GNUC__
OpenPOWER on IntegriCloud