Changeset 7397c73 in mainline for kernel/arch/amd64/include/context.h


Ignore:
Timestamp:
2008-03-15T09:09:15Z (17 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1aede82
Parents:
d2fa31f7
Message:

Context.s renamed to context.S for ia32 and fixed links for ia32xen.
Added asm macros for context save/restore and offset definitions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/include/context.h

    rd2fa31f7 r7397c73  
    3636#define KERN_amd64_CONTEXT_H_
    3737
     38#ifdef KERNEL
     39
    3840#include <arch/types.h>
    3941
     
    4345 */
    4446#define SP_DELTA     16
     47
     48#endif /* KERNEL */
    4549
    4650/* We include only registers that must be preserved
Note: See TracChangeset for help on using the changeset viewer.