Michal Simek <monstr@xxxxxxxxx> wrote: > It is because microblaze uses cmpxchg_local which is defined > asm-generic/atomic.h file. > Arnds patch has added it to atomic.h > asm-generic: add generic atomic.h and io.h > (sha1: 3f7e212df82ca0459d44c91d9e019efd1b5f936c) > > What about to move cmpxchg_local and cmpxchg64_local from atomic.h to > cmpxchg-local.h? Hmmm... cmpxchg_local() should be obtained through asm/cmpxchg.h, not asm/atomic.h. See: grep -r define\\s*cmpxchg_local arch David -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html