summaryrefslogtreecommitdiffstats
path: root/include/asm-parisc/module.h
diff options
context:
space:
mode:
authorHelge Deller2007-01-28 15:09:20 +0100
committerKyle McMartin2007-02-17 07:17:13 +0100
commit513e7ecd695a4c0f95b9aa86c03ec9b7d2d09e03 (patch)
tree244b66b448f3de6bf772828c13955b786a960924 /include/asm-parisc/module.h
parent[PARISC] use CONFIG_64BIT instead of __LP64__ (diff)
downloadkernel-qcow2-linux-513e7ecd695a4c0f95b9aa86c03ec9b7d2d09e03.tar.gz
kernel-qcow2-linux-513e7ecd695a4c0f95b9aa86c03ec9b7d2d09e03.tar.xz
kernel-qcow2-linux-513e7ecd695a4c0f95b9aa86c03ec9b7d2d09e03.zip
[PARISC] convert to use CONFIG_64BIT instead of __LP64__
Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'include/asm-parisc/module.h')
-rw-r--r--include/asm-parisc/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-parisc/module.h b/include/asm-parisc/module.h
index 00f06885f843..c2cb49e934c1 100644
--- a/include/asm-parisc/module.h
+++ b/include/asm-parisc/module.h
@@ -3,7 +3,7 @@
/*
* This file contains the parisc architecture specific module code.
*/
-#ifdef __LP64__
+#ifdef CONFIG_64BIT
#define Elf_Shdr Elf64_Shdr
#define Elf_Sym Elf64_Sym
#define Elf_Ehdr Elf64_Ehdr