X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Flocal.h;fp=include%2Fasm-mips%2Flocal.h;h=c38844f615fc790896faef323b487dbd83c40249;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=7eb6bf661b8037083e08210780279aad588f1460;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/asm-mips/local.h b/include/asm-mips/local.h index 7eb6bf661..c38844f61 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;