Ver Fonte

deploy: 0ad840deecbd815607ce82b406001fd34e23dbc2

jserv há 1 ano atrás
pai
commit
34a34177fa
2 ficheiros alterados com 6 adições e 6 exclusões
  1. 3 3
      index.html
  2. 3 3
      lkmpg-for-ht.html

+ 3 - 3
index.html

@@ -18,7 +18,7 @@
 
 <h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
 <div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
-<div class='date'><span class='ecrm-1200'>September 2, 2023</span></div>
+<div class='date'><span class='ecrm-1200'>September 3, 2023</span></div>
                                                                   
 
                                                                   
@@ -6551,8 +6551,8 @@ and the branch is unlikely to be taken.
 </code>, the fastpath will be patched with an unconditional jump instruction to the slowpath
 code <code>  <span class='ectt-1000'>pr_alert</span>
 </code>, so the branch will always be taken until the key is disabled again.
-</p><!-- l. 2090 --><p class='indent'>   The following kernel module derived from <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>chardev.c</span></span></span>, demostrates how the static
-key works.
+</p><!-- l. 2090 --><p class='indent'>   The following kernel module derived from <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>chardev.c</span></span></span>, demonstrates how the
+static key works.
 </p><!-- l. 1 --><p class='indent'>
 </p>
    <pre class='fancyvrb' id='fancyvrb102'><a id='x1-68031r1'></a><span class='ecrm-0500'>1</span><span id='textcolor3491'><span class='ectt-0800'>/*</span></span> 

+ 3 - 3
lkmpg-for-ht.html

@@ -18,7 +18,7 @@
 
 <h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
 <div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
-<div class='date'><span class='ecrm-1200'>September 2, 2023</span></div>
+<div class='date'><span class='ecrm-1200'>September 3, 2023</span></div>
                                                                   
 
                                                                   
@@ -6551,8 +6551,8 @@ and the branch is unlikely to be taken.
 </code>, the fastpath will be patched with an unconditional jump instruction to the slowpath
 code <code>  <span class='ectt-1000'>pr_alert</span>
 </code>, so the branch will always be taken until the key is disabled again.
-</p><!-- l. 2090 --><p class='indent'>   The following kernel module derived from <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>chardev.c</span></span></span>, demostrates how the static
-key works.
+</p><!-- l. 2090 --><p class='indent'>   The following kernel module derived from <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>chardev.c</span></span></span>, demonstrates how the
+static key works.
 </p><!-- l. 1 --><p class='indent'>
 </p>
    <pre class='fancyvrb' id='fancyvrb102'><a id='x1-68031r1'></a><span class='ecrm-0500'>1</span><span id='textcolor3491'><span class='ectt-0800'>/*</span></span>