X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Flocal.h;h=9e2d43bae388c06da2ae83f8e17ec7b14772dc78;hb=refs%2Fheads%2Fvserver;hp=7eb6bf661b8037083e08210780279aad588f1460;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-mips/local.h b/include/asm-mips/local.h index 7eb6bf661..9e2d43bae 100644 --- a/include/asm-mips/local.h +++ b/include/asm-mips/local.h @@ -1,11 +1,10 @@ #ifndef _ASM_LOCAL_H #define _ASM_LOCAL_H -#include #include #include -#ifdef CONFIG_MIPS32 +#ifdef CONFIG_32BIT typedef atomic_t local_t; @@ -20,7 +19,7 @@ typedef atomic_t local_t; #endif -#ifdef CONFIG_MIPS64 +#ifdef CONFIG_64BIT typedef atomic64_t local_t;