Changeset 2086948a in rtems for cpukit/score/cpu/riscv/include/rtems/score/cpuimpl.h
- Timestamp:
- May 11, 2018, 4:54:59 AM (3 years ago)
- Branches:
- 5, master
- Children:
- fe2cd01b
- Parents:
- 853c5ef
- git-author:
- Sebastian Huber <sebastian.huber@…> (05/11/18 04:54:59)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (06/28/18 13:02:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/riscv/include/rtems/score/cpuimpl.h
r853c5ef r2086948a 6 6 7 7 /* 8 * Copyright (c) 2013 embedded brains GmbH8 * Copyright (c) 2013, 2018 embedded brains GmbH 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 37 37 #define CPU_PER_CPU_CONTROL_SIZE 0 38 38 39 #if __riscv_xlen == 32 40 41 #define CPU_INTERRUPT_FRAME_SIZE 144 42 43 #elif __riscv_xlen == 64 44 45 #define CPU_INTERRUPT_FRAME_SIZE 288 46 47 #endif /* __riscv_xlen */ 48 39 49 #ifndef ASM 40 50
Note: See TracChangeset
for help on using the changeset viewer.