x86: Remove obsolete LOCK macro from include/asm-x86/atomic_64.h
[pandora-kernel.git] / include / asm-x86 / atomic_64.h
index 3e0cd7d..fe589c1 100644 (file)
  * resource counting etc..
  */
 
-#ifdef CONFIG_SMP
-#define LOCK "lock ; "
-#else
-#define LOCK ""
-#endif
-
 /*
  * Make sure gcc doesn't try to be clever and move things around
  * on us. We need to use _exactly_ the address the user gave us,