1 #ifndef __LINUX_SMPLOCK_H 2 #define __LINUX_SMPLOCK_H 3 4 #ifdef __SMP__ 5 #include <asm/pgtable.h> 6 #include <asm/smp_lock.h> 7 #endif 8 9 #endif