Re: [PATCH] powerpc/tm: Make the tm code more readable
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2017-11-09 04:45:09
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2017-11-09 04:45:09
Breno Leitao [off-list ref] writes:
As discussed in the mailing list, renaming tm_disabled global variable
since it has nothing to do with concept we have been using in
tm_enable() and tm_enabled() functions. This will avoid a possible
confusion that tm_enable() would change tm_disable variable.
I am also taking the opportunity to change some comments that still
reference old fields that were changed in commit 000ec280e3dd ("powerpc:
tm: Rename transct_(*) to ck(\1)_state").Please don't do two unrelated things in one patch. Just send separate patches, I'm quite happy to take comment cleanup patches when they're meaningful. Also this no longer applies, since I merged Cyril's recent changes. Can you please rebase on my merge or next branch. cheers