#ifdef CONFIG_DEBUG_SPINLOCK (略)
#define __ARCH_SPIN_LOCK_UNLOCKED { 1 }
#else (略)
#define __ARCH_SPIN_LOCK_UNLOCKED { }
#endif