X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-mips%2Flocal.h;h=c38844f615fc790896faef323b487dbd83c40249;hb=b20fd6508c565df04a6b5816f17e03b04d4f924d;hp=7eb6bf661b8037083e08210780279aad588f1460;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=powerpc.git diff --git a/include/asm-mips/local.h b/include/asm-mips/local.h index 7eb6bf661b..c38844f615 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;