summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/sfp-util.h
diff options
context:
space:
mode:
authorHeiko Carstens2012-05-23 16:24:51 +0200
committerMartin Schwidefsky2012-05-24 10:10:10 +0200
commitf4815ac6c935b8e441fe12504d62e0e8ff7f7ce5 (patch)
tree32b78252b6b155e7a218c571d9e994c78da1aee0 /arch/s390/include/asm/sfp-util.h
parents390/headers: remove #ifdef __KERNEL__ from not exported headers (diff)
downloadkernel-qcow2-linux-f4815ac6c935b8e441fe12504d62e0e8ff7f7ce5.tar.gz
kernel-qcow2-linux-f4815ac6c935b8e441fe12504d62e0e8ff7f7ce5.tar.xz
kernel-qcow2-linux-f4815ac6c935b8e441fe12504d62e0e8ff7f7ce5.zip
s390/headers: replace __s390x__ with CONFIG_64BIT where possible
Replace __s390x__ with CONFIG_64BIT in all places that are not exported to userspace or guarded with #ifdef __KERNEL__. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/sfp-util.h')
-rw-r--r--arch/s390/include/asm/sfp-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/sfp-util.h b/arch/s390/include/asm/sfp-util.h
index ca3f8814e361..5959bfb3b693 100644
--- a/arch/s390/include/asm/sfp-util.h
+++ b/arch/s390/include/asm/sfp-util.h
@@ -51,7 +51,7 @@
wl = __wl; \
})
-#ifdef __s390x__
+#ifdef CONFIG_64BIT
#define udiv_qrnnd(q, r, n1, n0, d) \
do { unsigned long __n; \
unsigned int __r, __d; \