- Timestamp:
- 2018-10-01T18:36:42Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5cef315
- Parents:
- 1938b381
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-29 16:13:55)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-10-01 18:36:42)
- Location:
- kernel
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/arch/context_struct.h
r1938b381 r3f7fe9e 78 78 79 79 #include <typedefs.h> 80 #include <_bits/int128_t.h> 80 81 81 82 // Only save registers that must be preserved across function calls. -
kernel/arch/ia64/include/arch/fpu_context.h
r1938b381 r3f7fe9e 38 38 #define FPU_CONTEXT_ALIGN 16 39 39 40 #include < stdint.h>40 #include <_bits/int128_t.h> 41 41 42 42 #define FRS 96 -
kernel/arch/ia64/include/arch/istate_struct.h
r1938b381 r3f7fe9e 87 87 88 88 #include <stdint.h> 89 #include <_bits/int128_t.h> 89 90 90 91 #ifdef KERNEL -
kernel/arch/ia64/include/arch/register.h
r1938b381 r3f7fe9e 165 165 #ifndef __ASSEMBLER__ 166 166 167 #include <stdint.h> 168 167 169 /** Processor Status Register. */ 168 170 typedef union {
Note:
See TracChangeset
for help on using the changeset viewer.