Changeset 738ad2e in mainline for arch/amd64/src/asm_utils.S
- Timestamp:
- 2006-05-02T18:19:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 281224a
- Parents:
- e34a141
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/asm_utils.S
re34a141 r738ad2e 245 245 movq %r9, %rcx # Exchange last parameter as a third 246 246 247 cmp $2, %r8 # Is this SYS_INT_CONTROL248 je sys_int_ctrl249 250 247 call syscall_handler 251 sys_end:252 248 cli # We will be touching stack pointer 253 249 … … 256 252 movq 0(%rsp), %rsp 257 253 sysretq 258 259 sys_int_ctrl: 260 mov %rsp, %rsi # Pointer to flags 261 call ddi_int_control 262 jmp sys_end 263 254 264 255 265 256 .data
Note:
See TracChangeset
for help on using the changeset viewer.