Re: powerpc/tm: Update function prototype comment
From: Michael Ellerman <hidden>
Date: 2018-07-24 13:59:46
From: Michael Ellerman <hidden>
Date: 2018-07-24 13:59:46
On Mon, 2018-02-05 at 05:17:16 UTC, Cyril Bur wrote:
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 <redacted>Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/a596a7e91710d26fd862e3b7031c40 cheers