Changeset bc696482 in rtems
- Timestamp:
- 08/29/18 17:41:35 (4 years ago)
- Branches:
- 5, master
- Children:
- 9b5b864
- Parents:
- 5da1593
- git-author:
- Joel Sherrill <joel@…> (08/29/18 17:41:35)
- git-committer:
- Joel Sherrill <joel@…> (08/29/18 17:52:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/bfin/cpu.c
r5da1593 rbc696482 170 170 171 171 #if (CPU_PROVIDES_IDLE_THREAD_BODY == TRUE) 172 void *_CPU_Thread_Idle_body(uint 32_t ignored)172 void *_CPU_Thread_Idle_body(uintptr_t ignored) 173 173 { 174 174 while (1) {
Note: See TracChangeset
for help on using the changeset viewer.