Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal...
[firefly-linux-kernel-4.4.55.git] / arch / mips / kernel / mcount.S
index 6bfcb7a00ec68bb0cc53d1250aed40451787522c..4c968e7efb747d997ec20ba8ceeb500f4c12807d 100644 (file)
@@ -165,12 +165,12 @@ NESTED(ftrace_graph_caller, PT_SIZE, ra)
 
        /* arg3: Get frame pointer of current stack */
 #ifdef CONFIG_FRAME_POINTER
-        move   a2, fp
+       move    a2, fp
 #else /* ! CONFIG_FRAME_POINTER */
 #ifdef CONFIG_64BIT
-        PTR_LA a2, PT_SIZE(sp)
+       PTR_LA  a2, PT_SIZE(sp)
 #else
-        PTR_LA a2, (PT_SIZE+8)(sp)
+       PTR_LA  a2, (PT_SIZE+8)(sp)
 #endif
 #endif