Re: [PATCH 2/2] include: warn for inconsistent endian config definition

2017-06-10 Thread kbuild test robot
-for-inconsistencies/20170610-200424 config: microblaze-mmu_defconfig (attached as .config) compiler: microblaze-linux-gcc (GCC) 6.2.0 reproduce: wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save

Re: [PATCH v2 1/2] arch: Define CPU_BIG_ENDIAN for all fixed big endian archs

2017-06-10 Thread Stafford Horne
On Fri, Jun 09, 2017 at 12:48:06PM -0700, Babu Moger wrote: > While working on enabling queued rwlock on SPARC, found > this following code in include/asm-generic/qrwlock.h > which uses CONFIG_CPU_BIG_ENDIAN to clear a byte. > > static inline u8 *__qrwlock_write_byte(struct qrwlock *lock) > { >