Changeset d364e94 in mainline for kernel/arch/sparc64/include/trap/regwin.h
- Timestamp:
- 2008-10-02T20:24:01Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1d132ae
- Parents:
- c2ad500
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/trap/regwin.h
rc2ad500 rd364e94 40 40 #include <arch/stack.h> 41 41 #include <arch/arch.h> 42 #include <align.h> 42 43 43 44 #define TT_CLEAN_WINDOW 0x24 … … 72 73 #define I6_OFFSET 112 73 74 #define I7_OFFSET 120 75 76 /* Uspace Window Buffer constants. */ 77 #define UWB_SIZE ((NWINDOWS - 1) * STACK_WINDOW_SAVE_AREA_SIZE) 78 #define UWB_ALIGNMENT 1024 79 #define UWB_ASIZE ALIGN_UP(UWB_SIZE, UWB_ALIGNMENT) 74 80 75 81 #ifdef __ASM__
Note:
See TracChangeset
for help on using the changeset viewer.