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

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

Diff for /src/sys/arch/amd64/amd64/locore.S between version 1.122 and 1.123

version 1.122, 2017/03/23 17:25:51 version 1.123, 2017/03/25 15:07:21
Line 329 
Line 329 
         .globl  _C_LABEL(bootinfo)          .globl  _C_LABEL(bootinfo)
         .globl  _C_LABEL(biosbasemem)          .globl  _C_LABEL(biosbasemem)
         .globl  _C_LABEL(biosextmem)          .globl  _C_LABEL(biosextmem)
         .globl  _C_LABEL(gdtstore)  
   
         .type   _C_LABEL(tablesize), @object          .type   _C_LABEL(tablesize), @object
 _C_LABEL(tablesize):    .long   TABLESIZE  _C_LABEL(tablesize):    .long   TABLESIZE

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123

CVSweb <webmaster@jp.NetBSD.org>