]> Git Repo - J-linux.git/blobdiff - arch/arm/kernel/stacktrace.c
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.git] / arch / arm / kernel / stacktrace.c
index 9f444e5cc1650811c3bd6e163a8fc950007c456d..20b7411e47fdeef9e31606e665957ea862638f5a 100644 (file)
@@ -21,7 +21,7 @@
  * Note that with framepointer enabled, even the leaf functions have the same
  * prologue and epilogue, therefore we can ignore the LR value in this case.
  */
-int unwind_frame(struct stackframe *frame)
+int notrace unwind_frame(struct stackframe *frame)
 {
        unsigned long high, low;
        unsigned long fp = frame->fp;
@@ -43,7 +43,7 @@ int unwind_frame(struct stackframe *frame)
 }
 #endif
 
-void walk_stackframe(struct stackframe *frame,
+void notrace walk_stackframe(struct stackframe *frame,
                     int (*fn)(struct stackframe *, void *), void *data)
 {
        while (1) {
This page took 0.028304 seconds and 4 git commands to generate.