History log of /arch/sparc/include/asm/cmpxchg_64.h
Revision Date Author Comments
f05a68653e56ca2f23bccf7e50be69486886f052 16-May-2014 Sam Ravnborg <sam@ravnborg.org> sparc: drop use of extern for prototypes in arch/sparc/include/asm

Drop extern for all prototypes and adjust alignment of parameters
as required after the removal.
In a few rare cases adjust linelength to conform to maximum 80 chars,
and likewise in a few rare cases adjust alignment of parameters
to static functions.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
b0a217f8585d50b7d3352f545b0241a8da70f77a 20-Mar-2013 Geert Uytterhoeven <geert@linux-m68k.org> sparc64: Provide cmpxchg64()

sparc64 allmodconfig:

drivers/block/blockconsole.c: In function ‘bcon_advance_console_bytes’:
drivers/block/blockconsole.c:164: error: implicit declaration of function ‘cmpxchg64’

Map cmpxchg64() to cmpxchg64_local() (which eventually calls
__cmpxchg_u64()) to fix this.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
d550bbd40c0e10aefa05103dadbe0ae42e683707 28-Mar-2012 David Howells <dhowells@redhat.com> Disintegrate asm/system.h for Sparc

Disintegrate asm/system.h for Sparc.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: sparclinux@vger.kernel.org