On Sat, 13 Oct 2012, Richard Kennedy wrote: > -extern struct kmem_cache *kmalloc_caches[SLUB_PAGE_SHIFT]; > > -/* > - * Sorry that the following has to be that ugly but some versions of GCC > - * have trouble with constant propagation and loops. > +static const short __slab_sizes[] = {0, 8, 12, 16, 24, 32, 48, 64, 96, > + 128, 192, 256, 384, 512, 768, 1024, > + 1536, 2048, 3072, 4096, 6144, 8192}; > + Urg. No thanks. What is the exact benefit of this patch? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>