#ifndef __UM_SPINLOCK_H #define __UM_SPINLOCK_H #include "linux/config.h" #ifdef CONFIG_SMP #include "asm/arch/spinlock.h" #endif #endif