diff options
Diffstat (limited to 'arch/sparc/lib/ffs.S')
| -rw-r--r-- | arch/sparc/lib/ffs.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc/lib/ffs.S b/arch/sparc/lib/ffs.S index b39389f69899..23aab144d28e 100644 --- a/arch/sparc/lib/ffs.S +++ b/arch/sparc/lib/ffs.S | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | #include <linux/linkage.h> | 1 | #include <linux/linkage.h> |
| 2 | #include <asm/export.h> | ||
| 2 | 3 | ||
| 3 | .register %g2,#scratch | 4 | .register %g2,#scratch |
| 4 | 5 | ||
| @@ -65,6 +66,8 @@ ENTRY(__ffs) | |||
| 65 | add %o2, %g1, %o0 | 66 | add %o2, %g1, %o0 |
| 66 | ENDPROC(ffs) | 67 | ENDPROC(ffs) |
| 67 | ENDPROC(__ffs) | 68 | ENDPROC(__ffs) |
| 69 | EXPORT_SYMBOL(__ffs) | ||
| 70 | EXPORT_SYMBOL(ffs) | ||
| 68 | 71 | ||
| 69 | .section .popc_6insn_patch, "ax" | 72 | .section .popc_6insn_patch, "ax" |
| 70 | .word ffs | 73 | .word ffs |
