Subversion Repositories HelenOS-historic

Rev

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

Rev 309 Rev 391
Line 37... Line 37...
37
#include <mm/tlb.h>
37
#include <mm/tlb.h>
38
#include <arch.h>
38
#include <arch.h>
39
#include <symtab.h>
39
#include <symtab.h>
40
#include <arch/asm.h>
40
#include <arch/asm.h>
41
#include <proc/scheduler.h>
41
#include <proc/scheduler.h>
-
 
42
#include <proc/thread.h>
42
 
43
 
43
 
44
 
44
static void messy_stack_trace(__native *stack)
45
static void messy_stack_trace(__native *stack)
45
{
46
{
46
    __native *upper_limit = (__native *)(((__native)get_stack_base()) + STACK_SIZE);
47
    __native *upper_limit = (__native *)(((__native)get_stack_base()) + STACK_SIZE);