Re: [PATCH 1/2] sizes.h: Add SZ_1T macro

2021-12-16 Thread Christophe Leroy
Le 08/12/2021 à 22:19, Krzysztof Wilczyński a écrit : > Hello Christophe, > >> Today drivers/pci/controller/pci-xgene.c defines SZ_1T >> >> Move it into linux/sizes.h so that it can be re-used elsewhere. > > Sounds like a good idea! > > By the way, there was an earlier version of this patch, d

Re: [PATCH 1/2] sizes.h: Add SZ_1T macro

2021-12-15 Thread Bjorn Helgaas
On Wed, Dec 08, 2021 at 02:32:42PM +, Christophe Leroy wrote: > Today drivers/pci/controller/pci-xgene.c defines SZ_1T > > Move it into linux/sizes.h so that it can be re-used elsewhere. > > Cc: Toan Le > Cc: linux-...@vger.kernel.org > Signed-off-by: Christophe Leroy I guess this needs to

Re: [PATCH 1/2] sizes.h: Add SZ_1T macro

2021-12-08 Thread Krzysztof Wilczyński
Hello Christophe, > Today drivers/pci/controller/pci-xgene.c defines SZ_1T > > Move it into linux/sizes.h so that it can be re-used elsewhere. Sounds like a good idea! By the way, there was an earlier version of this patch, did something happened? I think you simply extracted these changes fro