From: Paul Gortmaker Date: Sun, 1 Apr 2012 20:38:42 +0000 (-0400) Subject: parisc: fix missing cmpxchg file error from system.h split X-Git-Tag: v3.4-rc2~38^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e5228ce0b9619bde7dcd6c51fb26e2401cfe81a;p=pandora-kernel.git parisc: fix missing cmpxchg file error from system.h split Commit b4816afa3986 ("Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.h") introduced the concept of asm/cmpxchg.h but the parisc 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: "James E.J. Bottomley" Cc: Helge Deller Signed-off-by: Paul Gortmaker Acked-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed