From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Date: Thu, 19 Jun 2008 07:56:38 -0500 Subject: [U-Boot-Users] [Patch 1/3] U-Boot-V2: Bitops cleanup: introduce asm-generic bitops In-Reply-To: <7A436F7769CA33409C6B44B358BFFF0CD3211907@dlee02.ent.ti.com> References: <7A436F7769CA33409C6B44B358BFFF0CD3192BBF@dlee02.ent.ti.com> <20080618153049.GB6603@pengutronix.de> <7A436F7769CA33409C6B44B358BFFF0CD3192DD9@dlee02.ent.ti.com> <20080618155044.GE6603@pengutronix.de> <7A436F7769CA33409C6B44B358BFFF0CD3211907@dlee02.ent.ti.com> Message-ID: <485A5786.8020105@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Menon, Nishanth wrote: > Sascha, > The following 3 patches are for cleaning up the bitops >> -----Original Message----- >> From: Sascha Hauer [mailto:s.hauer at pengutronix.de] >> Sent: Wednesday, June 18, 2008 10:51 AM >> To: Menon, Nishanth >> Cc: Kamat, Nishant; u-boot-users at lists.sourceforge.net; Laurent Desnogues; philip.balister at gmail.com; >> dirk.behme at 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 > > --- > include/asm-generic/bitops/__ffs.h | 43 ++++++++++++++++ > include/asm-generic/bitops/__fls.h | 43 ++++++++++++++++ Thanks, jdl