[PATCH] Disable a.out for AMD64
[linux-2.6/history.git] / include / asm-um / spinlock.h
blobbd6c35d4874ca905fd2286e8368cdf6c3a8a78bc
1 #ifndef __UM_SPINLOCK_H
2 #define __UM_SPINLOCK_H
4 #include "linux/config.h"
6 #ifdef CONFIG_SMP
7 #include "asm/arch/spinlock.h"
8 #endif
10 #endif