Merged,
Thanks.
Maxim.

On 11/26/2015 11:45, Savolainen, Petri (Nokia - FI/Espoo) wrote:

Ping. This series fixes ‘make install’. Why it has not been merged? 6 days since the review…


Sorry, was busy with other things.

*From:*EXT Bill Fischofer [mailto:[email protected]]
*Sent:* Friday, November 20, 2015 3:43 PM
*To:* Savolainen, Petri (Nokia - FI/Espoo)
*Cc:* LNG ODP Mailman List
*Subject:* Re: [lng-odp] [API-NEXT PATCH 1/3] api: thrmask: correct specification error

For this set:

Reviewed-by: Bill Fischofer <[email protected] <mailto:[email protected]>>

On Fri, Nov 20, 2015 at 6:32 AM, Petri Savolainen <[email protected] <mailto:[email protected]>> wrote:

    odp_thread_count_max() returns the maximum number of threads,
    instead of odp_thrmask_count().

    Signed-off-by: Petri Savolainen <[email protected]
    <mailto:[email protected]>>
    ---
     include/odp/api/thrmask.h | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/include/odp/api/thrmask.h b/include/odp/api/thrmask.h
    index ebc31f2..8666166 100644
    --- a/include/odp/api/thrmask.h
    +++ b/include/odp/api/thrmask.h
    @@ -67,7 +67,7 @@ void odp_thrmask_set(odp_thrmask_t *mask, int thr);
      * Set all threads in mask
      *
      * Set all possible threads in the mask. All threads from 0 to
    - * odp_thrmask_count() minus one are set, regardless of which
    threads are
    + * odp_thread_count_max() minus one are set, regardless of which
    threads are
      * actually active.
      *
      * @param mask       Thread mask to set
    --
    2.6.2

    _______________________________________________
    lng-odp mailing list
    [email protected] <mailto:[email protected]>
    https://lists.linaro.org/mailman/listinfo/lng-odp


_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to