Changeset 39cea6a in mainline for arch/ia64/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/ia64/src/proc/scheduler.c

    r897ad60 r39cea6a  
    3737#include <align.h>
    3838
     39/** Perform ia64 specific tasks needed before the new task is run. */
     40void before_task_runs_arch(void)
     41{
     42}
     43
    3944/** Prepare kernel stack pointers in bank 0 r22 and r23 and make sure the stack is mapped in DTR. */
    4045void before_thread_runs_arch(void)
Note: See TracChangeset for help on using the changeset viewer.