X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Fasm-mips%2Flocal.h;h=9e2d43bae388c06da2ae83f8e17ec7b14772dc78;hb=344fe78669d2d1cff9e8939598f6d0d865b6a75b;hp=7eb6bf661b8037083e08210780279aad588f1460;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/asm-mips/local.h b/include/asm-mips/local.h index 7eb6bf6..9e2d43b 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;