usr/src/uts/common/sys/proc.h
changeset 1455 b43f098fa50c
parent 1217 f95ffdc997b7
child 1880 1982c224f2bd
--- a/usr/src/uts/common/sys/proc.h	Fri Feb 17 10:51:31 2006 -0800
+++ b/usr/src/uts/common/sys/proc.h	Fri Feb 17 17:24:21 2006 -0800
@@ -2,9 +2,8 @@
  * CDDL HEADER START
  *
  * The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License").  You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
  *
  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  * or http://www.opensolaris.org/os/licensing.
@@ -667,7 +666,6 @@
 extern	void	exitpctx(proc_t *);
 extern	void	freepctx(proc_t *, int);
 extern	kthread_t *thread_unpin(void);
-extern	void	thread_create_intr(struct cpu *);
 extern	void	thread_init(void);
 extern	void	thread_load(kthread_t *, void (*)(), caddr_t, size_t);