Changeset 718a84af in rtems
- Timestamp:
- 06/27/18 06:17:26 (5 years ago)
- Branches:
- 5, master
- Children:
- 7ee59313
- Parents:
- ebc5cfd
- git-author:
- Sebastian Huber <sebastian.huber@…> (06/27/18 06:17:26)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (06/27/18 06:58:16)
- Location:
- cpukit/score/cpu
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/i386/include/rtems/score/cpu.h
rebc5cfd r718a84af 342 342 */ 343 343 344 #define CPU_MODES_INTERRUPT_LEVEL 0x00000001 /* interrupt level in mode */345 344 #define CPU_MODES_INTERRUPT_MASK 0x00000001 /* interrupt level in mode */ 346 345 -
cpukit/score/cpu/m68k/include/rtems/score/cpu.h
rebc5cfd r718a84af 299 299 */ 300 300 301 #define CPU_MODES_INTERRUPT_LEVEL 0x00000007 /* interrupt level in mode */302 301 #define CPU_MODES_INTERRUPT_MASK 0x00000007 /* interrupt level in mode */ 303 302 -
cpukit/score/cpu/powerpc/include/rtems/score/cpu.h
rebc5cfd r718a84af 597 597 */ 598 598 599 #define CPU_MODES_INTERRUPT_LEVEL 0x00000001 /* interrupt level in mode */600 599 #define CPU_MODES_INTERRUPT_MASK 0x00000001 /* interrupt level in mode */ 601 600
Note: See TracChangeset
for help on using the changeset viewer.