#ifdef CONFIG_SMP
static inline void mutex_set_owner(struct mutex *lock) { lock->owner = current_thread_info();
} (略) #else
static inline void mutex_set_owner(struct mutex *lock) {
} (略) #endif