[BACK]Return to locore.s CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / sparc / sparc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/sparc/sparc/locore.s between version 1.182 and 1.183

version 1.182, 2003/01/13 15:50:51 version 1.183, 2003/01/17 10:36:19
Line 2474  softintr_common:
Line 2474  softintr_common:
 #if defined(MULTIPROCESSOR)  #if defined(MULTIPROCESSOR)
         /* Grab the kernel lock for interrupt levels <= IPL_CLOCK */          /* Grab the kernel lock for interrupt levels <= IPL_CLOCK */
         cmp     %l3, IPL_CLOCK          cmp     %l3, IPL_CLOCK
         bgu     3f          bgeu    3f
          st     %fp, [%sp + CCFSZ + 16]           st     %fp, [%sp + CCFSZ + 16]
         call    _C_LABEL(intr_lock_kernel)          call    _C_LABEL(intr_lock_kernel)
          nop           nop
Line 2501  softintr_common:
Line 2501  softintr_common:
   
 #if defined(MULTIPROCESSOR)  #if defined(MULTIPROCESSOR)
         cmp     %l3, IPL_CLOCK          cmp     %l3, IPL_CLOCK
         bgu     0f          bgeu    0f
          nop           nop
         call    _C_LABEL(intr_unlock_kernel)          call    _C_LABEL(intr_unlock_kernel)
          nop           nop
Line 2649  sparc_interrupt_common:
Line 2649  sparc_interrupt_common:
 #if defined(MULTIPROCESSOR)  #if defined(MULTIPROCESSOR)
         /* Grab the kernel lock for interrupt levels <= IPL_CLOCK */          /* Grab the kernel lock for interrupt levels <= IPL_CLOCK */
         cmp     %l3, IPL_CLOCK          cmp     %l3, IPL_CLOCK
         bgu     3f          bgeu    3f
          st     %fp, [%sp + CCFSZ + 16]           st     %fp, [%sp + CCFSZ + 16]
         call    _C_LABEL(intr_lock_kernel)          call    _C_LABEL(intr_lock_kernel)
          nop           nop
Line 2689  sparc_interrupt_common:
Line 2689  sparc_interrupt_common:
 4:  4:
 #if defined(MULTIPROCESSOR)  #if defined(MULTIPROCESSOR)
         cmp     %l3, IPL_CLOCK          cmp     %l3, IPL_CLOCK
         bgu     0f          bgeu    0f
          nop           nop
         call    _C_LABEL(intr_unlock_kernel)          call    _C_LABEL(intr_unlock_kernel)
          nop           nop

Legend:
Removed from v.1.182  
changed lines
  Added in v.1.183

CVSweb <webmaster@jp.NetBSD.org>