patch-2.1.110 linux/include/asm-generic/bitops.h
Next file: linux/include/asm-i386/bitops.h
Previous file: linux/include/asm-arm/system.h
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Mon Jul 20 17:23:32 1998
-  Orig file: 
v2.1.109/linux/include/asm-generic/bitops.h
-  Orig date: 
Tue Jun 23 10:01:26 1998
diff -u --recursive --new-file v2.1.109/linux/include/asm-generic/bitops.h linux/include/asm-generic/bitops.h
@@ -51,6 +51,8 @@
 	return ((mask & *addr) != 0);
 }
 
+#ifdef __KERNEL__
+
 /*
  * ffs: find first bit set. This is defined the same way as
  * the libc and compiler builtin ffs routines, therefore
@@ -67,5 +69,7 @@
 #define hweight32(x) generic_hweight32(x)
 #define hweight16(x) generic_hweight16(x)
 #define hweight8(x) generic_hweight8(x)
+
+#endif /* __KERNEL__ */
 
 #endif /* _ASM_GENERIC_BITOPS_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov