Changeset 0f3fc9b in mainline for kernel/arch/ia64
- Timestamp:
- 2007-01-22T13:34:55Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 726e1043
- Parents:
- e7b7be3f
- Location:
- kernel/arch/ia64/include
- Files:
-
- 2 edited
-
context.h (modified) (2 diffs)
-
fpu_context.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/context.h
re7b7be3f r0f3fc9b 67 67 * function calls. 68 68 */ 69 struct context {69 typedef struct { 70 70 71 71 /* … … 129 129 130 130 ipl_t ipl; 131 } ;131 } context_t; 132 132 133 133 #endif -
kernel/arch/ia64/include/fpu_context.h
re7b7be3f r0f3fc9b 43 43 #define FRS 96 44 44 45 struct fpu_context {45 typedef struct { 46 46 __r128 fr[FRS]; 47 } ;47 } fpu_context_t; 48 48 49 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
