Changeset 39cea6a in mainline for arch/ia64/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/ia64/src/proc/scheduler.c
r897ad60 r39cea6a 37 37 #include <align.h> 38 38 39 /** Perform ia64 specific tasks needed before the new task is run. */ 40 void before_task_runs_arch(void) 41 { 42 } 43 39 44 /** Prepare kernel stack pointers in bank 0 r22 and r23 and make sure the stack is mapped in DTR. */ 40 45 void before_thread_runs_arch(void)
Note:
See TracChangeset
for help on using the changeset viewer.