Skip to content
Commit ccc7d5a1 authored by Rich Felker's avatar Rich Felker
Browse files

sh: fix function signature of cpu_coregroup_mask to match pointer type



The signedness mismatch of the argument type produces an error
compiling kernel/sched/core.c with -Werror=incompatible-pointer-types,
which is now used by default.

Fixes: ea8daa7b "kbuild: Add option to turn incompatible pointer check into error"
Signed-off-by: default avatarRich Felker <dalias@libc.org>
parent ef21b32a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment