X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Freg.h;h=634b55d7e7f6d1ada10dfa02175c11a81790f78d;hb=refs%2Fheads%2Fvserver;hp=7b33bbca95857f8f7fdcbcb7670d3ebb74ac0dea;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-mips/reg.h b/include/asm-mips/reg.h index 7b33bbca9..634b55d7e 100644 --- a/include/asm-mips/reg.h +++ b/include/asm-mips/reg.h @@ -12,9 +12,8 @@ #ifndef __ASM_MIPS_REG_H #define __ASM_MIPS_REG_H -#include -#if defined(CONFIG_MIPS32) || defined(WANT_COMPAT_REG_H) +#if defined(CONFIG_32BIT) || defined(WANT_COMPAT_REG_H) #define EF_R0 6 #define EF_R1 7 @@ -70,7 +69,7 @@ #endif -#if CONFIG_MIPS64 +#ifdef CONFIG_64BIT #define EF_R0 0 #define EF_R1 1 @@ -124,6 +123,6 @@ #define EF_SIZE 304 /* size in bytes */ -#endif /* CONFIG_MIPS64 */ +#endif /* CONFIG_64BIT */ #endif /* __ASM_MIPS_REG_H */