Changeset 738ad2e in mainline for arch/amd64/src/asm_utils.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/amd64/src/asm_utils.S

    re34a141 r738ad2e  
    245245        movq %r9, %rcx      # Exchange last parameter as a third
    246246       
    247         cmp $2, %r8          # Is this SYS_INT_CONTROL
    248         je sys_int_ctrl
    249        
    250247        call syscall_handler
    251 sys_end:       
    252248        cli                 # We will be touching stack pointer
    253249               
     
    256252        movq 0(%rsp), %rsp
    257253        sysretq
    258        
    259 sys_int_ctrl:
    260         mov %rsp, %rsi      # Pointer to flags
    261         call ddi_int_control
    262         jmp sys_end
    263        
     254               
    264255               
    265256.data
Note: See TracChangeset for help on using the changeset viewer.