Changeset 6d9c49a in mainline for arch/amd64/src/asm_utils.S


Ignore:
Timestamp:
2006-03-13T19:39:30Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
45d6add
Parents:
78a95d6f
Message:

Added kernel IPC functionality.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/asm_utils.S

    r78a95d6f r6d9c49a  
    208208        swapgs
    209209
     210        sti
    210211        movq %r9, %rcx      # Exchange last parameter as a third
    211212        call syscall_handler
    212        
     213        cli                 # We will be touching stack pointer
     214               
    213215        popq %r11
    214216        popq %rcx
Note: See TracChangeset for help on using the changeset viewer.