Changes in kernel/arch/ia64/include/context.h [d99c1d2:b3f8fb7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/context.h
rd99c1d2 rb3f8fb7 36 36 #define KERN_ia64_CONTEXT_H_ 37 37 38 #include < typedefs.h>38 #include <arch/types.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_set 52 #undef context_set 53 #endif 50 54 51 55 /* RSE stack starts at the bottom of memory stack. */
Note:
See TracChangeset
for help on using the changeset viewer.