cpumask: align signatures of UP implementations
Between the generic version, and their uniprocessor optimised implementations, the return types of cpumask_any_and_distribute() and cpumask_any_distribute() are not identical. Change the UP versions to 'unsigned int', to match the generic versions. Suggested-by: NYury Norov <yury.norov@gmail.com> Signed-off-by: NSander Vanheule <sander@svanheule.net> Signed-off-by: NYury Norov <yury.norov@gmail.com>
Showing
想要评论请 注册 或 登录