Changeset 708 for GPL/branches/uniaud32-next/include/linux/bitops.h
- Timestamp:
- Oct 29, 2021, 1:10:50 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/bitops.h
r660 r708 198 198 } 199 199 200 static inline unsigned long hweight_long(unsigned long w) 201 { 202 return hweight32(w); 203 } 204 200 205 #endif /* _I386_BITOPS_H */
Note:
See TracChangeset
for help on using the changeset viewer.