[BACK]Return to cpufunc.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/cpufunc.S between version 1.3.6.2 and 1.3.6.3

version 1.3.6.2, 2008/01/02 21:48:14 version 1.3.6.3, 2008/01/19 12:14:18
Line 145  ENTRY(rdpmc)
Line 145  ENTRY(rdpmc)
         ret          ret
   
 NENTRY(breakpoint)  NENTRY(breakpoint)
           pushl   %ebp
           movl    %esp, %ebp
         int     $0x03           /* paranoid, not 'int3' */          int     $0x03           /* paranoid, not 'int3' */
           popl    %ebp
         ret          ret
   
 NENTRY(x86_atomic_testset_ul)  NENTRY(x86_atomic_testset_ul)

Legend:
Removed from v.1.3.6.2  
changed lines
  Added in v.1.3.6.3

CVSweb <webmaster@jp.NetBSD.org>