<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream/src/sh4</tt></b></td></tr>
<tr><td><tt><a href="#file1">mmu.c</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+1</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-3</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">43eef98ff265 -> 49207ef698e1</td></tr>
</table>
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Unprotect TLB entries for all systems, not just 64-bit (seems to be needed
on some 32-bit machines)
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/sh4</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>mmu.c</b></big> <small id="info" style="color: #888888;" >43eef98ff265 -> 49207ef698e1</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/sh4/mmu.c
+++ lxdream/src/sh4/mmu.c
@@ -147,13 +147,11 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     register_mem_page_remapped_hook( mmu_ext_page_remapped, NULL );
     mmu_utlb_1k_init();
     
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    /* Ensure the code regions are executable<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" > (64-bit only)</span>. Although it might
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    /* Ensure the code regions are executable. Although it might
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      * be more portable to mmap these at runtime rather than using static decls
      */
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-#if SIZEOF_VOID_P == 8
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     mem_unprotect( mmu_utlb_pages, sizeof(mmu_utlb_pages) );
     mem_unprotect( mmu_utlb_1k_pages, sizeof(mmu_utlb_1k_pages) );
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-#endif
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > }
 
 void MMU_reset()
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>