Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 443 → Rev 442

/SPARTAN/trunk/arch/ia64/include/context.h
32,8 → 32,11
#include <arch/types.h>
#include <typedefs.h>
#include <align.h>
#include <arch/stack.h>
 
#define STACK_ITEM_SIZE 16
#define STACK_ALIGNMENT 16
#define REGISTER_STACK_ALIGNMENT 8
 
/*
* context_save() and context_restore() are both leaf procedures.
* No need to allocate scratch area.