patch-2.1.120 linux/include/asm-m68k/bitops.h
Next file: linux/include/asm-m68k/checksum.h
Previous file: linux/include/asm-m68k/amigahw.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Sep 2 09:39:18 1998
- Orig file:
v2.1.119/linux/include/asm-m68k/bitops.h
- Orig date:
Tue Aug 18 22:02:07 1998
diff -u --recursive --new-file v2.1.119/linux/include/asm-m68k/bitops.h linux/include/asm-m68k/bitops.h
@@ -236,8 +236,6 @@
#define hweight16(x) generic_hweight16(x)
#define hweight8(x) generic_hweight8(x)
-#endif /* __KERNEL__ */
-
/* Bitmap functions for the minix filesystem */
extern __inline__ int
@@ -365,5 +363,7 @@
res = ext2_find_first_zero_bit (p, size - 32 * (p - addr));
return (p - addr) * 32 + res;
}
+
+#endif /* __KERNEL__ */
#endif /* _M68K_BITOPS_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov