diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:59:05 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:59:05 -0400 |
| commit | 1f19f33e45791ea59aed048796fc68672c6723a5 (patch) | |
| tree | 54625fba89e91d1c2177801ec635e8528bba937f /static/netbsd/man9/interrupt_distribute.9 3.html | |
| parent | ac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (diff) | |
docs: Removed Precompiled HTML
Diffstat (limited to 'static/netbsd/man9/interrupt_distribute.9 3.html')
| -rw-r--r-- | static/netbsd/man9/interrupt_distribute.9 3.html | 44 |
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> — - <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 - <<a class="In">sys/interrupt.h</a>></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> |
