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

    r897ad60 r39cea6a  
    3535#include <align.h>
    3636
     37/** Perform sparc64 specific tasks needed before the new task is run. */
     38void before_task_runs_arch(void)
     39{
     40}
     41
    3742/** Ensure that thread's kernel stack is locked in TLB. */
    3843void before_thread_runs_arch(void)
Note: See TracChangeset for help on using the changeset viewer.