diff options
Diffstat (limited to 'include/asm-parisc/bitops.h')
-rw-r--r-- | include/asm-parisc/bitops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-parisc/bitops.h b/include/asm-parisc/bitops.h index 9577342f21aa..015cb0d379bd 100644 --- a/include/asm-parisc/bitops.h +++ b/include/asm-parisc/bitops.h | |||
@@ -136,7 +136,7 @@ static __inline__ unsigned long __ffs(unsigned long x) | |||
136 | unsigned long ret; | 136 | unsigned long ret; |
137 | 137 | ||
138 | __asm__( | 138 | __asm__( |
139 | #ifdef __LP64__ | 139 | #ifdef CONFIG_64BIT |
140 | " ldi 63,%1\n" | 140 | " ldi 63,%1\n" |
141 | " extrd,u,*<> %0,63,32,%%r0\n" | 141 | " extrd,u,*<> %0,63,32,%%r0\n" |
142 | " extrd,u,*TR %0,31,32,%0\n" /* move top 32-bits down */ | 142 | " extrd,u,*TR %0,31,32,%0\n" /* move top 32-bits down */ |