Subversion Repositories HelenOS

Rev

Rev 4369 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4369 Rev 4663
Line 39... Line 39...
39
#include <arch/asm.h>
39
#include <arch/asm.h>
40
#include <arch/stack.h>
40
#include <arch/stack.h>
41
#include <arch/sun4v/cpu.h>
41
#include <arch/sun4v/cpu.h>
42
#include <arch/sun4v/hypercall.h>
42
#include <arch/sun4v/hypercall.h>
43
 
43
 
44
extern kstack_wbuf_ptr kstack_wbuf_ptrs[MAX_NUM_STRANDS];
-
 
45
 
-
 
46
/** Perform sparc64 specific tasks needed before the new task is run. */
44
/** Perform sparc64 specific tasks needed before the new task is run. */
47
void before_task_runs_arch(void)
45
void before_task_runs_arch(void)
48
{
46
{
49
}
47
}
50
 
48