Rich Felker ccc7d5a1cd 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: ea8daa7b9784 "kbuild: Add option to turn incompatible pointer check into error"
Signed-off-by: Rich Felker <dalias@libc.org>
2016-03-30 00:47:49 +00:00
..
2014-12-19 22:55:06 +01:00
2016-03-17 19:45:44 +00:00
2014-04-03 16:20:52 -07:00
2012-05-10 17:20:01 +09:00