GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / x86 / include / asm / cmpxchg.h
bloba460fa088d4c0c72810ee714a8aaf7e6789523ca
1 #ifdef CONFIG_X86_32
2 # include "cmpxchg_32.h"
3 #else
4 # include "cmpxchg_64.h"
5 #endif