cns3xxx: don't use invalid mask value for clock events
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Mon, 28 Jan 2019 12:54:02 +0000 (13:54 +0100)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Mon, 28 Jan 2019 17:17:32 +0000 (18:17 +0100)
commit880a4b334ebc0fc7668343e7feafffa6767d6b08
treef77afc2040557da6ee0df9670c33486d848ee77b
parentc6bebe1a9496f9888e451a7f8aea6db916c0bdf2
cns3xxx: don't use invalid mask value for clock events

According to a commit from kernel 4.18-rc3, it's not valid
to use "cpu_mask_all" for clock events and it should be
replaced in favor of "cpu_possible_mask" [1]

This warning was seen when booting kernel 4.19 on a cns3xxx board.
Let's fix it also here just to be safe.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v4.19.18&id=fbfa9260085b5b578a049a90135e5c51928c5f7f

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
target/linux/cns3xxx/patches-4.14/090-timers.patch