Changeset 39cea6a in mainline for arch/ppc32/src/proc/scheduler.c
- Timestamp:
- 2006-04-13T17:38:03Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e185136
- Parents:
- 897ad60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/proc/scheduler.c
r897ad60 r39cea6a 35 35 __address supervisor_sp_physical; 36 36 37 /** Perform ppc32 specific tasks needed before the new task is run. */ 38 void before_task_runs_arch(void) 39 { 40 } 41 42 /** Perform ppc32 specific tasks needed before the new thread is scheduled. */ 37 43 void before_thread_runs_arch(void) 38 44 {
Note:
See TracChangeset
for help on using the changeset viewer.