]> git.baikalelectronics.ru Git - kernel.git/commit
alpha: fix build failures from system.h dismemberment
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 2 Apr 2012 20:04:13 +0000 (16:04 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 13 Apr 2012 17:15:16 +0000 (13:15 -0400)
commit5c67c884d8b1c361995381669198d5ca208271ff
tree96ebea9798d3a15630c3ba73b730beb4d99689ab
parent4b5193f9048fb608934391c566cd40fd66d53853
alpha: fix build failures from system.h dismemberment

commit f180225324dcf0e6f552a97f1278170b22d460f0

    "Disintegrate asm/system.h for Alpha"

combined with commit 3ee6fac7e03cd117798a85f9b8e276acf120c845

    "Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.h"

introduced the concept of asm/cmpxchg.h but the alpha arch
never got one.  Fork the cmpxchg content out of the asm/atomic.h
file to create one.

Some minor whitespace fixups were done on the block of code that
created the new file.

Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Matt Turner <mattst88@gmail.com>
Cc: David Howells <dhowells@redhat.com>
Acked-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/alpha/include/asm/atomic.h
arch/alpha/include/asm/cmpxchg.h [new file with mode: 0644]
arch/alpha/include/asm/xchg.h