
Menon, Nishanth wrote:
Sascha, The following 3 patches are for cleaning up the bitops
-----Original Message----- From: Sascha Hauer [mailto:s.hauer@pengutronix.de] Sent: Wednesday, June 18, 2008 10:51 AM To: Menon, Nishanth Cc: Kamat, Nishant; u-boot-users@lists.sourceforge.net; Laurent Desnogues; philip.balister@gmail.com; dirk.behme@googlemail.com Subject: Re: [Patch 2/9] U-boot-V2:ARM: Introduce additional bitops
In the kernel are generic bitops, #ifdefed with CONFIG_GENERIC_XXX
Again, either leave the above crap out entirely or place it below the triple-dash line.
This introduces selected generic bitop files from kernel. We don't need minix, ext2, sched or lock based bitops. Those have been dropped.
Line wrap the log message at 70 or 72.
Signed-off-by: Nishanth Menon x0nishan@ti.com
include/asm-generic/bitops/__ffs.h | 43 ++++++++++++++++ include/asm-generic/bitops/__fls.h | 43 ++++++++++++++++
Thanks, jdl