[V2][linux-yocto][PATCH 1/2] microblaze: add to

2021-09-29 Thread quanyang.wang
From: Quanyang Wang The "smp_store_release" is defined in include/asm-generic/barrier.h which is included by arch/microblaze/include/asm/barrier.h. When we use gcc to preprocess asm-offsets.c to .i file, we can see that none of the header files included before list.h contains "asm/barrier.h",

Re: [linux-yocto][PATCH 1/2] microblaze: add to

2021-09-29 Thread quanyang.wang
On 9/29/21 9:41 PM, quanyang.wang wrote: From: Quanyang Wang The "smp_store_release" is defined in include/asm-generic/barrier.h which is included by arch/microblaze/include/asm/barrier.h. When we use gcc to propress Oh, it should be "preprocess". I will send a V2 patch to correct it.

[linux-yocto][PATCH 1/2] microblaze: add to

2021-09-29 Thread quanyang.wang
From: Quanyang Wang The "smp_store_release" is defined in include/asm-generic/barrier.h which is included by arch/microblaze/include/asm/barrier.h. When we use gcc to propress asm-offsets.c to .i file, we can see that none of the header files included before list.h contains "asm/barrier.h",