On Tue, 1 Sep 2015 20:27:11 +0600 Alexander Kuleshov <kuleshovmail@xxxxxxxxx> wrote: > Some architectures (like s390, microblaze and etc...) require size > of the first memory region. This patch provides new memblock_first_region_size() > helper for this case. > > ... > > +phys_addr_t __init_memblock memblock_first_region_size(void) > +{ > + return memblock.memory.regions[0].size; > +} > + Some callers call this from __init code, which is OK. Other callers call it from an inlined function and I'm too lazy to work out if all the callers of those callers are calling memblock_first_region_size() from a compatible section. So please either a) demonstrate that all the sectioning is correct (and maintainable!) or b) simply inline memblock_first_region_size()... -- 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>