[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.139 and 1.140

version 1.139, 2016/11/11 11:00:38 version 1.140, 2016/11/11 11:34:51
Line 917  begin:
Line 917  begin:
         call    _C_LABEL(initgdt)          call    _C_LABEL(initgdt)
         addl    $4,%esp          addl    $4,%esp
   
         call    xen_pmap_bootstrap          call    xen_locore
   
         /*          /*
          * The first VA available is returned by xen_pmap_bootstrap in %eax. We           * The first VA available is returned by xen_locore in %eax. We
          * use it as the UAREA, and set up the stack here.           * use it as the UAREA, and set up the stack here.
          */           */
         movl    %eax,%esi          movl    %eax,%esi

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140

CVSweb <webmaster@jp.NetBSD.org>