Changeset e98f1c3e in mainline for kernel/arch/amd64/src


Ignore:
Timestamp:
2016-08-28T11:49:38Z (9 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f4c537a
Parents:
db4c43e1
Message:

cstyle (no change in functionality)

Location:
kernel/arch/amd64/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/asm.S

    rdb4c43e1 re98f1c3e  
    180180                subq $(ISTATE_SOFT_SIZE + 8), %rsp
    181181        .endif
    182 
     182       
    183183        /*
    184184         * Save the general purpose registers.
     
    346346        swapgs
    347347        sti
    348 
     348       
    349349        /* Copy the 4th argument where it is expected  */
    350350        movq %r10, %rcx
  • kernel/arch/amd64/src/context.S

    rdb4c43e1 re98f1c3e  
    7878        movq CONTEXT_OFFSET_PC(%rdi), %rdx
    7979        movq %rdx, (%rsp)
    80 
     80       
    8181        movq CONTEXT_OFFSET_TP(%rdi), %rcx
    8282        movq vreg_ptr, %rsi
Note: See TracChangeset for help on using the changeset viewer.