Changes in kernel/arch/ia64/include/context.h [b3f8fb7:d99c1d2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/context.h
rb3f8fb7 rd99c1d2 36 36 #define KERN_ia64_CONTEXT_H_ 37 37 38 #include < arch/types.h>38 #include <typedefs.h> 39 39 #include <arch/register.h> 40 40 #include <align.h> … … 48 48 */ 49 49 #define SP_DELTA (0 + ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT)) 50 51 #ifdef context_set52 #undef context_set53 #endif54 50 55 51 /* RSE stack starts at the bottom of memory stack. */
Note:
See TracChangeset
for help on using the changeset viewer.