[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH 1/9] include: uk_ctortab: Provide 10 priority levels
Thanks Simon! Reviewed-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> On 29.01.2020 23:48, Simon Kuenzer wrote: > In order to be inline with the Unikraft Inittable, we provide 10 > priority levels at the Unikraft constructor table. > > Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> > --- > include/uk/ctors.h | 2 +- > plat/common/include/uk/plat/common/common.lds.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/uk/ctors.h b/include/uk/ctors.h > index 02e9c2ef..e7d0dece 100644 > --- a/include/uk/ctors.h > +++ b/include/uk/ctors.h > @@ -61,7 +61,7 @@ extern const uk_ctor_func_t uk_ctortab_end; > * called during bootstrap (uk_ctortab) > * > * @param lvl > - * Priority level (0 (higher) to 7 (least)) > + * Priority level (0 (higher) to 9 (least)) > * Note: Any other value for level will be ignored > * @param ctorf > * Constructor function to be called > diff --git a/plat/common/include/uk/plat/common/common.lds.h > b/plat/common/include/uk/plat/common/common.lds.h > index 958be1e6..593e6699 100644 > --- a/plat/common/include/uk/plat/common/common.lds.h > +++ b/plat/common/include/uk/plat/common/common.lds.h > @@ -90,7 +90,7 @@ > uk_ctortab = .; \ > .uk_ctortab : \ > { \ > - KEEP(*(SORT_BY_NAME(.uk_ctortab[0-7]))) \ > + KEEP(*(SORT_BY_NAME(.uk_ctortab[0-9]))) \ > } \ > uk_ctortab_end = .; > _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |