Re: [PATCH 02/16] powerpc: override __ALIGN() and __ALIGN_STR() macros

2022-08-18 Thread Sathvika Vasireddy
Hi Christophe, On 10/08/22 14:01, Christophe Leroy wrote: Le 08/08/2022 à 13:48, Sathvika Vasireddy a écrit : Since we need an alignment of 4 bytes, override __ALIGN() and __ALIGN_STR() accordingly. Why/When do we now need an alignment of 4 bytes ? Please explain the reason in the commit

Re: [PATCH 02/16] powerpc: override __ALIGN() and __ALIGN_STR() macros

2022-08-10 Thread Christophe Leroy
Le 08/08/2022 à 13:48, Sathvika Vasireddy a écrit : > Since we need an alignment of 4 bytes, override > __ALIGN() and __ALIGN_STR() accordingly. Why/When do we now need an alignment of 4 bytes ? Please explain the reason in the commit message. > > Signed-off-by: Sathvika Vasireddy > --- >

[PATCH 02/16] powerpc: override __ALIGN() and __ALIGN_STR() macros

2022-08-08 Thread Sathvika Vasireddy
Since we need an alignment of 4 bytes, override __ALIGN() and __ALIGN_STR() accordingly. Signed-off-by: Sathvika Vasireddy --- arch/powerpc/include/asm/linkage.h | 4 1 file changed, 4 insertions(+) diff --git a/arch/powerpc/include/asm/linkage.h b/arch/powerpc/include/asm/linkage.h