[BACK]Return to vector.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/vector.S between version 1.2.2.4 and 1.2.2.5

version 1.2.2.4, 2004/11/02 07:50:21 version 1.2.2.5, 2005/11/10 13:50:24
Line 727  _C_LABEL(ioapic_level_stubs):
Line 727  _C_LABEL(ioapic_level_stubs):
 #endif  #endif
   
 /*  /*
  * Symbols that vmstat -i wants, even though they're not used.  
  */  
 .globl  _C_LABEL(intrnames)  
 _C_LABEL(intrnames):  
 .globl  _C_LABEL(eintrnames)  
 _C_LABEL(eintrnames):  
   
 .globl  _C_LABEL(intrcnt)  
 _C_LABEL(intrcnt):  
 .globl  _C_LABEL(eintrcnt)  
 _C_LABEL(eintrcnt):  
   
 /*  
  * Soft interrupt handlers   * Soft interrupt handlers
  */   */
   

Legend:
Removed from v.1.2.2.4  
changed lines
  Added in v.1.2.2.5

CVSweb <webmaster@jp.NetBSD.org>