X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fasm-mips%2Flocal.h;h=c38844f615fc790896faef323b487dbd83c40249;hb=875d43e72b5bf22161a81de7554f88eccf8a51ae;hp=7eb6bf661b8037083e08210780279aad588f1460;hpb=63fb6fd1c86181d9dd9ba0e6e6082799e149b56b;p=deliverable%2Flinux.git diff --git a/include/asm-mips/local.h b/include/asm-mips/local.h index 7eb6bf661b80..c38844f615fc 100644 --- a/include/asm-mips/local.h +++ b/include/asm-mips/local.h @@ -5,7 +5,7 @@ #include #include -#ifdef CONFIG_MIPS32 +#ifdef CONFIG_32BIT typedef atomic_t local_t; @@ -20,7 +20,7 @@ typedef atomic_t local_t; #endif -#ifdef CONFIG_MIPS64 +#ifdef CONFIG_64BIT typedef atomic64_t local_t;