x86: spinlock_32/64 substitute types and instructions
[linux-2.6/mini2440.git] / include / asm-x86 / current.h
blobd2526d3f7346884a9efc19bb2cef085595aefffa
1 #ifdef CONFIG_X86_32
2 # include "current_32.h"
3 #else
4 # include "current_64.h"
5 #endif