]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: Remove obsolete LOCK macro from include/asm-x86/atomic_64.h
authorSven Wegener <sven.wegener@stealer.net>
Sun, 25 May 2008 19:16:36 +0000 (21:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 25 May 2008 20:42:25 +0000 (22:42 +0200)
commit4b6011bc6ec71660859139ac8d28b7d0badd681c
tree88988ededafdcbc89e35d78b821cdf8fe4285702
parent48e239572271cf79412d90753a721242a765f7d9
x86: Remove obsolete LOCK macro from include/asm-x86/atomic_64.h

Commit d167a518 "[PATCH] x86_64: x86_64 version of the smp alternative patch."
has left the LOCK macro in include/asm-x86_64/atomic.h, which is now
include/asm-x86/atomic_64.h. Its scope should be local to the file, other
architectures don't provide it, I couldn't find an in-tree user of it and
allyesconfig, allmodconfig and allnoconfig build fine without it, so this patch
removes it.

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/atomic_64.h