On Thu, Jan 26, 2006 at 11:26:38AM +0000, Ralf Baechle wrote: > On Thu, Jan 26, 2006 at 12:08:25PM +0100, Franck wrote: > > > This patch uses 'wsbh' instruction to optimize swab operations. This > > instruction is part of the MIPS Release 2 instructions set. > > Will apply. Small nit - you must include <linux/config.h> in every file > that is refering to a CONFIG_* symbols, I'll take care of that. That's not required anymore. the build system now implicitly includes it for every file.