X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-parisc%2Felf.h;h=f628ac7de83dca17868b3737732b00c61354f62a;hb=6d435365dd49ac5f7fe6f0e757e942875b1d1550;hp=adea65fc43c904e5da19bd29e88741b8f2b2368e;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=powerpc.git diff --git a/include/asm-parisc/elf.h b/include/asm-parisc/elf.h index adea65fc43..f628ac7de8 100644 --- a/include/asm-parisc/elf.h +++ b/include/asm-parisc/elf.h @@ -220,7 +220,7 @@ typedef struct elf64_fdesc { * macros, and then it includes fs/binfmt_elf.c to provide an alternate * elf binary handler for 32 bit binaries (on the 64 bit kernel). */ -#ifdef __LP64__ +#ifdef CONFIG_64BIT #define ELF_CLASS ELFCLASS64 #else #define ELF_CLASS ELFCLASS32