]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: alchemy: cpu_all_mask is forbidden for clock event devices
authorManuel Lauss <manuel.lauss@gmail.com>
Wed, 19 Dec 2018 07:07:59 +0000 (08:07 +0100)
committerPaul Burton <paul.burton@mips.com>
Sun, 23 Dec 2018 15:58:18 +0000 (07:58 -0800)
commit3ffc1d144a3db5edb30cab3f887ab90c9cc9e632
tree98911b44d9aa85f8d63f3dfba068274c736f2725
parent9783dcd0d34c323dce75aeaef82b417b18ffbe40
MIPS: alchemy: cpu_all_mask is forbidden for clock event devices

change alchemy clock event device cpu_all_mask to cpu_possible_mask.
Gets rid of a warning, which then does the same substitution:
WARNING: CPU: 0 PID: 0 at kernel/time/clockevents.c:468 clockevents_register_device+0x130/0x140
rtcmatch2 cpumask == cpu_all_mask, using cpu_possible_mask instead

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: Linux-MIPS <linux-mips@vger.kernel.org>
arch/mips/alchemy/common/time.c