]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-x86/mutex.h
Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D
[linux-2.6-omap-h63xx.git] / include / asm-x86 / mutex.h
1 #ifdef CONFIG_X86_32
2 # include "mutex_32.h"
3 #else
4 # include "mutex_64.h"
5 #endif