]> err.no Git - linux-2.6/blobdiff - include/asm-parisc/bitops.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86
[linux-2.6] / include / asm-parisc / bitops.h
index 9577342f21aa26eda72d98553426c2e153102010..015cb0d379bd991d42c719d32bd2111f9573b63f 100644 (file)
@@ -136,7 +136,7 @@ static __inline__ unsigned long __ffs(unsigned long x)
        unsigned long ret;
 
        __asm__(
-#ifdef __LP64__
+#ifdef CONFIG_64BIT
                " ldi       63,%1\n"
                " extrd,u,*<>  %0,63,32,%%r0\n"
                " extrd,u,*TR  %0,31,32,%0\n"   /* move top 32-bits down */