]> err.no Git - linux-2.6/blobdiff - arch/sh64/lib/dbg.c
[PATCH] Add comments to the PDA structure to annotate offsets
[linux-2.6] / arch / sh64 / lib / dbg.c
index 526fedae6db878e7d1cf19861a157cc62b388952..1326f45f31ebf6ce3300c1c438f5ff85b6112f95 100644 (file)
@@ -8,7 +8,6 @@
 -- Copyright 2004 Richard Curnow (evt_debug etc)
 --
 --------------------------------------------------------------------------*/
-#include <linux/config.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
 #include <linux/sched.h>
@@ -174,7 +173,7 @@ void evt_debug(int evt, int ret_addr, int event, int tra, struct pt_regs *regs)
        struct ring_node *rr;
 
        pid = current->pid;
-       stack_bottom = (unsigned long) current->thread_info;
+       stack_bottom = (unsigned long) task_stack_page(current);
        asm volatile("ori r15, 0, %0" : "=r" (sp));
        rr = event_ring + event_ptr;
        rr->evt = evt;