s390/headers: replace __s390x__ with CONFIG_64BIT where possible
[deliverable/linux.git] / arch / s390 / include / asm / sfp-util.h
index ca3f8814e3614050d5714843fea3a97c90db8bca..5959bfb3b693ce79def5ccfe2bb548b4dad6378b 100644 (file)
@@ -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;                          \
This page took 0.024219 seconds and 5 git commands to generate.