Ignore:
File:
1 edited

Legend:

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

    rd99c1d2 rb3f8fb7  
    3636#define KERN_ia64_CONTEXT_H_
    3737
    38 #include <typedefs.h>
     38#include <arch/types.h>
    3939#include <arch/register.h>
    4040#include <align.h>
     
    4848 */
    4949#define SP_DELTA        (0 + ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT))
     50
     51#ifdef context_set
     52#undef context_set
     53#endif
    5054
    5155/* RSE stack starts at the bottom of memory stack. */
Note: See TracChangeset for help on using the changeset viewer.