Changeset c621f4aa in mainline for boot/arch/ia64/include/arch.h


Ignore:
Timestamp:
2010-07-25T10:11:13Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
377cce8
Parents:
24a2517 (diff), a2da43c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with mainline.

File:
1 moved

Legend:

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

    r24a2517 rc621f4aa  
    11/*
     2 * Copyright (c) 2006 Martin Decky
    23 * Copyright (c) 2006 Jakub Jermar
    34 * All rights reserved.
     
    2728 */
    2829
    29 #ifndef BOOT_sparc64_STACK_H_
    30 #define BOOT_sparc64_STACK_H_
     30#ifndef BOOT_ia64_ARCH_H_
     31#define BOOT_ia64_ARCH_H_
    3132
     33#define PAGE_WIDTH  14
     34#define PAGE_SIZE   (1 << PAGE_WIDTH)
     35
     36#define LOADER_ADDRESS  0x4400000
     37#define KERNEL_ADDRESS  0x4800000
     38
     39#define STACK_SIZE                   8192
    3240#define STACK_ALIGNMENT              16
    33 #define STACK_BIAS                   2047
    34 #define STACK_WINDOW_SAVE_AREA_SIZE  (16 * 8)
    3541
    3642#endif
Note: See TracChangeset for help on using the changeset viewer.