[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.67.2.1 and 1.74

version 1.67.2.1, 2008/05/18 12:32:10 version 1.74, 2008/06/01 15:54:02
Line 927  ENTRY(cpu_switchto)
Line 927  ENTRY(cpu_switchto)
 #if defined(DIAGNOSTIC) && !defined(XEN)  #if defined(DIAGNOSTIC) && !defined(XEN)
         cmpl    $IPL_SCHED,CPUVAR(ILEVEL)          cmpl    $IPL_SCHED,CPUVAR(ILEVEL)
         jbe     0f          jbe     0f
           pushl   CPUVAR(ILEVEL)
         pushl   $.Lstr          pushl   $.Lstr
         call    _C_LABEL(panic)          call    _C_LABEL(panic)
         addl    $4,%esp          addl    $8,%esp
 .Lstr:  .string "cpu_switcho: switching above IPL_SCHED\0"  .Lstr:  .string "cpu_switchto: switching above IPL_SCHED (%d)\0"
 0:  0:
 #endif  #endif
   

Legend:
Removed from v.1.67.2.1  
changed lines
  Added in v.1.74

CVSweb <webmaster@jp.NetBSD.org>