Changeset 709 for GPL/trunk/include/linux/bitops.h
- Timestamp:
- Jan 11, 2022, 4:25:53 PM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-next merged: 708
- Property svn:mergeinfo changed
-
GPL/trunk/include/linux/bitops.h
r679 r709 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.