]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/alpha/include/asm/bitops.h
alpha: fix __arch_hweight32 typo
[net-next-2.6.git] / arch / alpha / include / asm / bitops.h
index 1dce24bc455a7ff9a13495517c53743a142cd49d..adfab8a21dfe95714700580a58795da1f6f5d634 100644 (file)
@@ -410,7 +410,7 @@ static inline unsigned long __arch_hweight64(unsigned long w)
        return __kernel_ctpop(w);
 }
 
-static inline unsigned int __arch_weight32(unsigned int w)
+static inline unsigned int __arch_hweight32(unsigned int w)
 {
        return __arch_hweight64(w);
 }