]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
powerpc/tm: Fix HTM documentation
authorBreno Leitao <leitao@debian.org>
Mon, 18 Jun 2018 22:59:42 +0000 (19:59 -0300)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 17 Sep 2018 11:17:25 +0000 (21:17 +1000)
commit96695563cebfb810b09479a9951ebbc466fa4c68
treecafe4cd12de4df63d9a8f56f9fbcdfeb67ce4c77
parent693b31b2fc1636f0aa7af53136d3b49f6ad9ff39
powerpc/tm: Fix HTM documentation

This patch simply fix part of the documentation on the HTM code.

This fixes reference to old fields that were renamed in commit
000ec280e3dd ("powerpc: tm: Rename transct_(*) to ck(\1)_state")

It also documents better the flow after commit eb5c3f1c8647 ("powerpc:
Always save/restore checkpointed regs during treclaim/trecheckpoint"),
where tm_recheckpoint can recheckpoint what is in ck{fp,vr}_state
blindly.

Signed-off-by: Breno Leitao <leitao@debian.org>
Acked-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/tm.S
arch/powerpc/kernel/traps.c