On Thu, Aug 14, 2014 at 03:03:07PM +1000, Alexey Kardashevskiy wrote: > fc95ca7284bc54953165cba76c3228bd2cdb9591 claims that there is no > functional change but this is not true as it calls get_order() (which > takes bytes) where it should have called ilog2() and the kernel stops > on VM_BUG_ON(). > > This replaces get_order() with order_base_2() (round-up version of ilog2). > > Suggested-by: Paul Mackerras <[email protected]> > Cc: Alexander Graf <[email protected]> > Cc: Aneesh Kumar K.V <[email protected]> > Cc: Joonsoo Kim <[email protected]> > Cc: Benjamin Herrenschmidt <[email protected]> > Signed-off-by: Alexey Kardashevskiy <[email protected]>
Sorry for my fault. :( Acked-by: Joonsoo Kim <[email protected]> Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

