On Thu, 28 Nov 2013 15:27:18 +0100 Andreas Färber <[email protected]> wrote:
> Am 28.11.2013 07:29, schrieb Antony Pavlov: > > Signed-off-by: Antony Pavlov <[email protected]> > > Reviewed-by: Richard Henderson <[email protected]> > > 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 <[email protected]> > > 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
