OSDN Git Service

powerpc/tm: Fix comment
authorMichael Neuling <mikey@neuling.org>
Mon, 8 May 2017 06:18:31 +0000 (16:18 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 27 Jun 2017 02:09:09 +0000 (12:09 +1000)
Update to real function name.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/tm.S

index 3a2d041..c4ba378 100644 (file)
@@ -313,8 +313,8 @@ dont_backup_fp:
        blr
 
 
-       /* void tm_recheckpoint(struct thread_struct *thread,
-        *                      unsigned long orig_msr)
+       /* void __tm_recheckpoint(struct thread_struct *thread,
+        *                        unsigned long orig_msr)
         *      - Restore the checkpointed register state saved by tm_reclaim
         *        when we switch_to a process.
         *