Changeset 39cea6a in mainline for arch/ppc32/src/proc/scheduler.c


Ignore:
Timestamp:
2006-04-13T17:38:03Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e185136
Parents:
897ad60
Message:

Cleanup pm.c and pm.h code on ia32 and amd64.
Add before_task_runs() and before_task_runs_arch() for each architecture.
Add ia32 and amd64 code to ensure I/O Permission Bitmap update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/src/proc/scheduler.c

    r897ad60 r39cea6a  
    3535__address supervisor_sp_physical;
    3636
     37/** Perform ppc32 specific tasks needed before the new task is run. */
     38void before_task_runs_arch(void)
     39{
     40}
     41
     42/** Perform ppc32 specific tasks needed before the new thread is scheduled. */
    3743void before_thread_runs_arch(void)
    3844{
Note: See TracChangeset for help on using the changeset viewer.