[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.45.2.3 and 1.45.2.4

version 1.45.2.3, 2007/02/27 16:51:38 version 1.45.2.4, 2007/03/13 01:55:47
Line 865  switch_return:
Line 865  switch_return:
   
 check_ras:  check_ras:
         movl    L_MD_REGS(%edi),%ebx          movl    L_MD_REGS(%edi),%ebx
         movl    TF_EIP(%ebx),%eax          pushl   TF_EIP(%ebx)
         pushl   %eax          pushl   L_PROC(%edi)
         pushl   %esi  
         call    _C_LABEL(ras_lookup)          call    _C_LABEL(ras_lookup)
         addl    $8,%esp          addl    $8,%esp
         cmpl    $-1,%eax          cmpl    $-1,%eax

Legend:
Removed from v.1.45.2.3  
changed lines
  Added in v.1.45.2.4

CVSweb <webmaster@jp.NetBSD.org>