Subversion Repositories HelenOS-historic

Rev

Rev 901 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 901 Rev 1187
Line 32... Line 32...
32
#include <arch/mm/tlb.h>
32
#include <arch/mm/tlb.h>
33
#include <arch/mm/page.h>
33
#include <arch/mm/page.h>
34
#include <config.h>
34
#include <config.h>
35
#include <align.h>
35
#include <align.h>
36
 
36
 
-
 
37
/** Perform sparc64 specific tasks needed before the new task is run. */
-
 
38
void before_task_runs_arch(void)
-
 
39
{
-
 
40
}
-
 
41
 
37
/** Ensure that thread's kernel stack is locked in TLB. */
42
/** Ensure that thread's kernel stack is locked in TLB. */
38
void before_thread_runs_arch(void)
43
void before_thread_runs_arch(void)
39
{
44
{
40
    __address base;
45
    __address base;
41
   
46