Re: [PATCH v2] powerpc/32: Don't use a struct based type for pte_t

2021-11-02 Thread Michael Ellerman
On Fri, 17 Sep 2021 15:57:31 +0200, Christophe Leroy wrote: > Long time ago we had a config item called STRICT_MM_TYPECHECKS > to build the kernel with pte_t defined as a structure in order > to perform additional build checks or build it with pte_t > defined as a simple type in order to get

Re: [PATCH v2] powerpc/32: Don't use a struct based type for pte_t

2021-09-18 Thread Christophe Leroy
Le 17/09/2021 à 16:32, David Laight a écrit : From: Christophe Leroy Sent: 17 September 2021 14:58 Long time ago we had a config item called STRICT_MM_TYPECHECKS to build the kernel with pte_t defined as a structure in order to perform additional build checks or build it with pte_t defined

Re: [PATCH v2] powerpc/32: Don't use a struct based type for pte_t

2021-09-18 Thread Christophe Leroy
Le 18/09/2021 à 05:26, Michael Ellerman a écrit : Christophe Leroy writes: Long time ago we had a config item called STRICT_MM_TYPECHECKS to build the kernel with pte_t defined as a structure in order to perform additional build checks or build it with pte_t defined as a simple type in

Re: [PATCH v2] powerpc/32: Don't use a struct based type for pte_t

2021-09-17 Thread Michael Ellerman
Christophe Leroy writes: > Long time ago we had a config item called STRICT_MM_TYPECHECKS > to build the kernel with pte_t defined as a structure in order > to perform additional build checks or build it with pte_t > defined as a simple type in order to get simpler generated code. > > Commit

RE: [PATCH v2] powerpc/32: Don't use a struct based type for pte_t

2021-09-17 Thread David Laight
From: Christophe Leroy > Sent: 17 September 2021 14:58 > > Long time ago we had a config item called STRICT_MM_TYPECHECKS > to build the kernel with pte_t defined as a structure in order > to perform additional build checks or build it with pte_t > defined as a simple type in order to get simpler