Changeset c621f4aa in mainline for boot/arch/ia64/include/arch.h
- Timestamp:
- 2010-07-25T10:11:13Z (15 years ago)
- 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. - File:
-
- 1 moved
-
boot/arch/ia64/include/arch.h (moved) (moved from boot/arch/sparc64/loader/stack.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/include/arch.h
r24a2517 rc621f4aa 1 1 /* 2 * Copyright (c) 2006 Martin Decky 2 3 * Copyright (c) 2006 Jakub Jermar 3 4 * All rights reserved. … … 27 28 */ 28 29 29 #ifndef BOOT_ sparc64_STACK_H_30 #define BOOT_ sparc64_STACK_H_30 #ifndef BOOT_ia64_ARCH_H_ 31 #define BOOT_ia64_ARCH_H_ 31 32 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 32 40 #define STACK_ALIGNMENT 16 33 #define STACK_BIAS 204734 #define STACK_WINDOW_SAVE_AREA_SIZE (16 * 8)35 41 36 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
