[BACK]Return to locore.S CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / i386

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/i386/i386/locore.S between version 1.133 and 1.134

version 1.133, 2016/07/04 07:56:07 version 1.134, 2016/07/08 09:15:38
Line 738  no_NOX:
Line 738  no_NOX:
         orl     $(PG_V|PG_KW),%eax          orl     $(PG_V|PG_KW),%eax
         fillkpt_nox          fillkpt_nox
   
         /* Map [SYMS]+[PRELOADED MODULES] RWX. */          /* Map [SYMS]+[PRELOADED MODULES] RW. */
         movl    $RELOC(__kernel_end),%eax          movl    $RELOC(__kernel_end),%eax
         movl    %esi,%ecx               /* start of BOOTSTRAP TABLES */          movl    %esi,%ecx               /* start of BOOTSTRAP TABLES */
         subl    %eax,%ecx          subl    %eax,%ecx
         shrl    $PGSHIFT,%ecx          shrl    $PGSHIFT,%ecx
         orl     $(PG_V|PG_KW),%eax          orl     $(PG_V|PG_KW),%eax
         fillkpt          fillkpt_nox
   
         /* Map the BOOTSTRAP TABLES RW. */          /* Map the BOOTSTRAP TABLES RW. */
         movl    %esi,%eax               /* start of BOOTSTRAP TABLES */          movl    %esi,%eax               /* start of BOOTSTRAP TABLES */

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134

CVSweb <webmaster@jp.NetBSD.org>