aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-08-04 20:32:45 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-08-04 20:32:45 +0000
commit3bdbd658f1d25f99bac2d4033c1556afc46403b0 (patch)
treefd4fd8a4bc6d0874da5819255d7a16d649642bbc /sys/powerpc/include
parent139b7550d98ddfe74a9e69e9d7bc0645f4acafea (diff)
Notes
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/critical.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/include/critical.h b/sys/powerpc/include/critical.h
index ce85c67a6d1b6..b1bb077d9927a 100644
--- a/sys/powerpc/include/critical.h
+++ b/sys/powerpc/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__