]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
frv: add atomic64_add_unless()
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 24 Jan 2017 23:18:21 +0000 (15:18 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 Jan 2017 00:26:14 +0000 (16:26 -0800)
commit545d58f677b21401f6de1ac12c25cc109f903ace
treea8667e45522fac162779f5684121528d924eed5e
parentd51e9894d27492783fc6d1b489070b4ba66ce969
frv: add atomic64_add_unless()

The build of frv allmodconfig was failing with the error:
lib/atomic64_test.c:209:9: error:

implicit declaration of function 'atomic64_add_unless'

All the atomic64 operations were defined in frv, but
atomic64_add_unless() was not done.

Implement atomic64_add_unless() as done in other arches.

Link: http://lkml.kernel.org/r/1484781236-6698-1-git-send-email-sudipm.mukherjee@gmail.com
Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/frv/include/asm/atomic.h