diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2002-05-22 11:00:58 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-05-22 11:00:58 -0700 |
| commit | 19f385b0d1417730675a7ea30efce33e53091a7a (patch) | |
| tree | 73b7dd7ecaa63575e2a84c432e7c4038e1cc436b /include | |
| parent | d0f0cde199764cb083b3617c3739f45b1a73052d (diff) | |
Sparc64 build fixes:
- Yes we really do need sched.h in central.c
- Include namei.h in solaris syscall emul layer
- Use generic_fls in sparc64 bitops.
- Add dummy asm-sparc64/suspend.h
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-sparc64/bitops.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-sparc64/bitops.h b/include/asm-sparc64/bitops.h index 40af670f7eef..1af0f9dc47f7 100644 --- a/include/asm-sparc64/bitops.h +++ b/include/asm-sparc64/bitops.h @@ -112,6 +112,12 @@ static __inline__ unsigned long __ffs(unsigned long word) return result; } +/* + * fls: find last bit set. + */ + +#define fls(x) generic_fls(x) + #ifdef __KERNEL__ /* |
