Changeset 660 for GPL/branches/uniaud32-next/include/linux/bitops.h
- Timestamp:
- Jan 25, 2021, 11:33:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/bitops.h
r647 r660 193 193 } 194 194 195 static inline unsigned fls_long(unsigned long l) 196 { 197 return fls(l); 198 } 199 195 200 #endif /* _I386_BITOPS_H */
Note:
See TracChangeset
for help on using the changeset viewer.