Re: [PATCH v2] lmb: Remove lmb_alloc_flags()

2024-10-29 Thread Tom Rini
On Wed, 23 Oct 2024 18:26:36 +0300, Ilias Apalodimas wrote: > lmb_alloc_flags() & lmb_alloc_base_flags() are just a wrappers for > _lmb_alloc_base(). Since the only difference is the max address of the > allowed allocation which _lmb_alloc_base() already supports with the > LMB_ALLOC_ANYWHERE flag

[PATCH v2] lmb: Remove lmb_alloc_flags()

2024-10-23 Thread Ilias Apalodimas
lmb_alloc_flags() & lmb_alloc_base_flags() are just a wrappers for _lmb_alloc_base(). Since the only difference is the max address of the allowed allocation which _lmb_alloc_base() already supports with the LMB_ALLOC_ANYWHERE flag, remove one of them. Keep the lmb_alloc_base_flags() which also pri