Re: [PATCH] powerpc/tm: Make the tm code more readable

2017-11-08 Thread Michael Ellerman
Breno Leitao 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 a

[PATCH] powerpc/tm: Make the tm code more readable

2017-10-24 Thread Breno Leitao
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 c