Hi Andre,
On 03/21/2018 04:32 PM, Andre Przywara wrote:
This pulls in Linux' list_sort.c, which is a merge sort implementation
s/Linux'/Linux's/ ?
for linked lists. Apart from adding a full featured license header and
adjusting the #include file, nothing has been changed in this code.
Define
>>> On 21.03.18 at 17:32, wrote:
> --- a/xen/common/Kconfig
> +++ b/xen/common/Kconfig
> @@ -44,6 +44,9 @@ config HAS_GDBSX
> config HAS_IOPORTS
> bool
>
> +config NEEDS_LIST_SORT
> +bool
> +
> config HAS_BUILD_ID
> string
> option env="XEN_HAS_BUILD_ID"
Please look
This pulls in Linux' list_sort.c, which is a merge sort implementation
for linked lists. Apart from adding a full featured license header and
adjusting the #include file, nothing has been changed in this code.
Define a promptless Kconfig which configurations can select when they
need this code and