Changeset 738ad2e in mainline for arch/mips32/src/start.S


Ignore:
Timestamp:
2006-05-02T18:19:43Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
281224a
Parents:
e34a141
Message:

Changed interrupt_control to preemption_control.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/start.S

    re34a141 r738ad2e  
    254254        mtc0 $t0, $status
    255255
    256         li $t4, 2                   # SYS_INT_CONTROL
    257         beq $t4, $v0, sysc_int_control
    258         nop
    259        
    260256        # CALL Syscall handler
    261257        jal syscall_handler
    262258        sw $v0, SS_ARG4($sp)        # save v0 - arg4 to stack
    263259
    264 sysc_exit:     
    265260        # restore status
    266261        mfc0 $t0, $status
     
    282277       
    283278        eret
    284        
    285 sysc_int_control:
    286         jal ddi_int_control
    287         addi $a1, $sp, SS_STATUS
    288        
    289         j sysc_exit
    290         nop
    291        
     279               
    292280tlb_refill_handler:
    293281        KERNEL_STACK_TO_K0
Note: See TracChangeset for help on using the changeset viewer.