Subversion Repositories HelenOS

Rev

Rev 2356 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2356 Rev 2411
Line 45... Line 45...
45
static inline void cpu_sleep(void)
45
static inline void cpu_sleep(void)
46
{
46
{
47
}
47
}
48
 
48
 
49
 
49
 
50
/** Return base address of current stack
50
/** Return base address of current stack.
51
 *
51
 *
52
 * Return the base address of the current stack.
52
 * Return the base address of the current stack.
53
 * The stack is assumed to be STACK_SIZE bytes long.
53
 * The stack is assumed to be STACK_SIZE bytes long.
54
 * The stack must start on page boundary.
54
 * The stack must start on page boundary.
55
 */
55
 */