Changeset 9704d86f in rtems for cpukit/score/cpu/riscv/include/rtems/score/cpuimpl.h
- Timestamp:
- Jun 26, 2018, 6:53:28 AM (3 years ago)
- Branches:
- 5, master
- Children:
- 98f051e
- Parents:
- 0fd8287
- git-author:
- Sebastian Huber <sebastian.huber@…> (06/26/18 06:53:28)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (06/29/18 08:04:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/riscv/include/rtems/score/cpuimpl.h
r0fd8287 r9704d86f 39 39 #if __riscv_xlen == 32 40 40 41 #define RISCV_CONTEXT_ISR_DISPATCH_DISABLE 140 42 41 43 #define CPU_INTERRUPT_FRAME_SIZE 144 42 44 43 45 #elif __riscv_xlen == 64 46 47 #define RISCV_CONTEXT_ISR_DISPATCH_DISABLE 280 44 48 45 49 #define CPU_INTERRUPT_FRAME_SIZE 288
Note: See TracChangeset
for help on using the changeset viewer.