On Thu, 28 Nov 2013 15:27:18 +0100 Andreas Färber <afaer...@suse.de> wrote:
> Am 28.11.2013 07:29, schrieb Antony Pavlov: > > Signed-off-by: Antony Pavlov <antonynpav...@gmail.com> > > Reviewed-by: Richard Henderson <r...@twiddle.net> > > Are the int -> long changes caused by the BIT() macro usage? Otherwise I > would've recommended to put that in a follow-up patch. Yes, the BIT() macro give us this conversion: #define BIT(nr) (1UL << (nr)) > But either way, > > Reviewed-by: Andreas Färber <afaer...@suse.de> > > Andreas > > -- > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany > GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg -- -- Best regards, Antony Pavlov