summaryrefslogtreecommitdiff
path: root/static/netbsd/man9/interrupt_distribute.9 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man9/interrupt_distribute.9 3.html')
-rw-r--r--static/netbsd/man9/interrupt_distribute.9 3.html44
1 files changed, 0 insertions, 44 deletions
diff --git a/static/netbsd/man9/interrupt_distribute.9 3.html b/static/netbsd/man9/interrupt_distribute.9 3.html
deleted file mode 100644
index 7cf9b23e..00000000
--- a/static/netbsd/man9/interrupt_distribute.9 3.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">INTERRUPT_DISTRIBUTE(9)</td>
- <td class="head-vol">Kernel Developer's Manual</td>
- <td class="head-rtitle">INTERRUPT_DISTRIBUTE(9)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">interrupt_distribute</code> &#x2014;
- <span class="Nd">assign an interrupt to a CPU</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp"><code class="In">#include
- &lt;<a class="In">sys/interrupt.h</a>&gt;</code></p>
-<p class="Pp"><var class="Ft">int</var>
- <br/>
- <code class="Fn">interrupt_distribute</code>(<var class="Fa" style="white-space: nowrap;">void
- *ich</var>, <var class="Fa" style="white-space: nowrap;">const kcpuset_t
- *newset</var>, <var class="Fa" style="white-space: nowrap;">kcpuset_t
- *oldset</var>);</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The <code class="Nm">interrupt_distribute</code> function exists
- to assign an interrupt to a CPU.</p>
-<p class="Pp" id="pci_intr_establish">If a driver (or the other kernel
- component) wishes to assign an interrupt to a CPU, it should pass an
- interrupt handler such as the return value of
- <a class="permalink" href="#pci_intr_establish"><code class="Fn">pci_intr_establish</code></a>()
- as <var class="Fa">ich</var> argument, and it should pass the kcpuset to
- which it should be assigned as <var class="Fa">newset</var>. To get the
- previous value, pass a non-<code class="Dv">NULL</code> value to
- <var class="Ft">oldset</var>.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">August 17, 2015</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>