Changeset 17a20bc in mainline for arch/ia64/include/context.h


Ignore:
Timestamp:
2005-11-07T13:47:17Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
83817ea
Parents:
77593a76
Message:

ia64 work.
Do not break memory stack alignment in heavyweight interrupt handler.
Reserve scratch area for nested procedure calls on memory stack.

File:
1 edited

Legend:

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

    r77593a76 r17a20bc  
    3333#include <typedefs.h>
    3434#include <align.h>
    35 
    36 #define STACK_ITEM_SIZE                 16
    37 #define STACK_ALIGNMENT                 16
    38 #define REGISTER_STACK_ALIGNMENT        8
     35#include <arch/stack.h>
    3936
    4037/*
Note: See TracChangeset for help on using the changeset viewer.