OSDN Git Service

powerpc/tm: Update function prototype comment
authorCyril Bur <cyrilbur@gmail.com>
Mon, 5 Feb 2018 05:17:16 +0000 (16:17 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 24 Jul 2018 12:03:22 +0000 (22:03 +1000)
commita596a7e91710d26fd862e3b7031c4012974583f2
treee0b23f9caa8ae201d74ef71c234bcee7ad5c4fa7
parentc827ac450d379f113b92663cbe5562643635c6b9
powerpc/tm: Update function prototype comment

In commit eb5c3f1c8647 ("powerpc: Always save/restore checkpointed regs
during treclaim/trecheckpoint") __tm_recheckpoint was modified to no
longer take the second parameter 'unsigned long orig_msr' as part of a
TM rewrite to simplify the reclaiming/recheckpointing process.

There is a comment in the asm file where the function is delcared which
has an incorrect prototype with the 'orig_msr' parameter.

This patch corrects the comment.

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/tm.S