summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4/os/intr.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4/os/intr.c')
-rw-r--r--usr/src/uts/sun4/os/intr.c20
1 files changed, 3 insertions, 17 deletions
diff --git a/usr/src/uts/sun4/os/intr.c b/usr/src/uts/sun4/os/intr.c
index 6822380c39..da388da912 100644
--- a/usr/src/uts/sun4/os/intr.c
+++ b/usr/src/uts/sun4/os/intr.c
@@ -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.
@@ -20,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -362,19 +361,6 @@ send_dirint(
xt_one(cpuix, setsoftint_tl1, intr_id, 0);
}
-void
-init_intr_threads(struct cpu *cp)
-{
- int i;
-
- for (i = 0; i < NINTR_THREADS; i++)
- thread_create_intr(cp);
-
- cp->cpu_intr_stack = (caddr_t)segkp_get(segkp, INTR_STACK_SIZE,
- KPD_HASREDZONE | KPD_NO_ANON | KPD_LOCKED) +
- INTR_STACK_SIZE - SA(MINFRAME);
-}
-
/*
* Take the specified CPU out of participation in interrupts.
* Called by p_online(2) when a processor is being taken off-line.