diff options
author | andrei <none@none> | 2006-02-17 17:24:21 -0800 |
---|---|---|
committer | andrei <none@none> | 2006-02-17 17:24:21 -0800 |
commit | 100b72f4fc209355ff607a0d787aad892d8a44ed (patch) | |
tree | bf7ae93cb44a7e26cf102d7fb0a44da5032646b0 /usr/src/uts/common/sys/cpuvar.h | |
parent | 51223f1870532b39bc1f6770c7bfa1ee814957f9 (diff) | |
download | illumos-joyent-100b72f4fc209355ff607a0d787aad892d8a44ed.tar.gz |
6378953 allocation of interrupt threads could be more common
Diffstat (limited to 'usr/src/uts/common/sys/cpuvar.h')
-rw-r--r-- | usr/src/uts/common/sys/cpuvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/cpuvar.h b/usr/src/uts/common/sys/cpuvar.h index 353a2346ea..85f42e9e16 100644 --- a/usr/src/uts/common/sys/cpuvar.h +++ b/usr/src/uts/common/sys/cpuvar.h @@ -20,7 +20,7 @@ */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -572,6 +572,7 @@ int cpu_intr_count(cpu_t *cp); /* count # of CPUs handling intrs */ int cpu_intr_on(cpu_t *cp); /* CPU taking I/O interrupts? */ void cpu_intr_enable(cpu_t *cp); /* enable I/O interrupts */ int cpu_intr_disable(cpu_t *cp); /* disable I/O interrupts */ +void cpu_intr_alloc(cpu_t *cp, int n); /* allocate interrupt threads */ /* * Routines for checking CPU states. |