Changeset a725deb in mainline for arch/ia64/include


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

ia64 work.
Fix SP_DELTA alignment.
Cosmetics.

Location:
arch/ia64/include
Files:
2 edited

Legend:

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

    r83817ea ra725deb  
    4141 * One item is put onto the stack to support get_stack_base().
    4242 */
    43 #define SP_DELTA        (0+STACK_ITEM_SIZE)
     43#define SP_DELTA        (0+ALIGN(STACK_ITEM_SIZE, STACK_ALIGNMENT))
    4444
    4545#define PFM_MASK        (~0x3fffffffff)
  • arch/ia64/include/drivers/it.h

    r83817ea ra725deb  
    3636 *
    3737 */
    38 #define IT_DELTA        1000
     38#define IT_DELTA        100000
    3939
    4040extern void it_init(void);
Note: See TracChangeset for help on using the changeset viewer.