[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 and 1.46

version 1.45, 2007/02/09 21:55:04 version 1.46, 2007/02/17 22:31:37
Line 1008  switch_exited:
Line 1008  switch_exited:
   
 #if 0  #if 0
         /* Don't bother with the rest if switching to a system process. */          /* Don't bother with the rest if switching to a system process. */
         testl   $P_SYSTEM,L_FLAG(%edi); XXX NJWLWP lwp's don't have P_SYSTEM!          testl   $PK_SYSTEM,L_FLAG(%edi);        XXX NJWLWP lwp's don't have PK_SYSTEM!
         jnz     switch_restored          jnz     switch_restored
 #endif  #endif
   

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

CVSweb <webmaster@jp.NetBSD.org>