]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/arm/kernel/stacktrace.c
Merge master.kernel.org:/home/rmk/linux-2.6-arm
[net-next-2.6.git] / arch / arm / kernel / stacktrace.c
index 20b7411e47fdeef9e31606e665957ea862638f5a..c2e112e1a05fbf0d4485db1236448653e25aa8cc 100644 (file)
@@ -28,7 +28,7 @@ int notrace unwind_frame(struct stackframe *frame)
 
        /* only go to a higher address on the stack */
        low = frame->sp;
-       high = ALIGN(low, THREAD_SIZE) + THREAD_SIZE;
+       high = ALIGN(low, THREAD_SIZE);
 
        /* check current frame pointer is within bounds */
        if (fp < (low + 12) || fp + 4 >= high)