Re: [PATCH 1/2] powerpc/tm: Move tm_enable definition

2021-06-11 Thread Christophe Leroy
Le 01/10/2018 à 21:47, Breno Leitao a écrit : The goal of this patch is to move function tm_enabled() to tm.h in order to allow this function to be used by other files as an inline function. This patch also removes the double inclusion of tm.h in the traps.c source code. One inclusion is insi

[PATCH 1/2] powerpc/tm: Move tm_enable definition

2018-10-01 Thread Breno Leitao
The goal of this patch is to move function tm_enabled() to tm.h in order to allow this function to be used by other files as an inline function. This patch also removes the double inclusion of tm.h in the traps.c source code. One inclusion is inside a CONFIG_PPC64 ifdef block, and another one is i