X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Fasm-mips%2Fmodule.h;h=0be58b2aeb9ffab857d2a739c19c00f990c70b0b;hb=875d43e72b5bf22161a81de7554f88eccf8a51ae;hp=90ee24aad955efbeebb29c45f67f9e7ac3c438d9;hpb=63fb6fd1c86181d9dd9ba0e6e6082799e149b56b;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/asm-mips/module.h b/include/asm-mips/module.h index 90ee24a..0be58b2 100644 --- a/include/asm-mips/module.h +++ b/include/asm-mips/module.h @@ -25,7 +25,7 @@ typedef struct Elf64_Sxword r_addend; /* Addend. */ } Elf64_Mips_Rela; -#ifdef CONFIG_MIPS32 +#ifdef CONFIG_32BIT #define Elf_Shdr Elf32_Shdr #define Elf_Sym Elf32_Sym @@ -33,7 +33,7 @@ typedef struct #endif -#ifdef CONFIG_MIPS64 +#ifdef CONFIG_64BIT #define Elf_Shdr Elf64_Shdr #define Elf_Sym Elf64_Sym