[PATCH 0/6] RFC: use include/asm-generic/bitops.h
- From: mita@xxxxxxxxxxxxxxxx (Akinobu Mita)
- Date: Wed, 25 Jan 2006 20:26:25 +0900
Large number of boilerplate bit operations written in C-language
are scattered around include/asm-*/bitops.h.
These patch series gather them into include/asm-generic/bitops.h. And
- kill duplicated code and comment (about 4000lines)
- use better C-language equivalents
- help porting new architecture (now include/asm-generic/bitops.h is not
referenced from anywhere)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 6/6] remove unused generic bitops in include/linux/bitops.h
- From: Akinobu Mita
- [PATCH 5/6] fix warning on test_ti_thread_flag()
- From: Akinobu Mita
- [PATCH 3/6] C-language equivalents of include/asm-*/bitops.h
- From: Akinobu Mita
- [PATCH 1/6] {set,clear,test}_bit() related cleanup
- From: Akinobu Mita
- [PATCH 2/6] use non atomic operations for minix_*_bit() and ext2_*_bit()
- From: Akinobu Mita
- [PATCH 6/6] remove unused generic bitops in include/linux/bitops.h
- Prev by Date: Re: [RFC] non-refcounted pages, application to slab?
- Next by Date: [PATCH 2/6] use non atomic operations for minix_*_bit() and ext2_*_bit()
- Previous by thread: TCP fast retransmit/recovery
- Next by thread: [PATCH 2/6] use non atomic operations for minix_*_bit() and ext2_*_bit()
- Index(es):