tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimer
authorSudeep Holla <sudeep.holla@arm.com>
Wed, 11 Jul 2018 11:24:23 +0000 (12:24 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 2 Aug 2018 12:55:52 +0000 (14:55 +0200)
commit234b3840d73430564a03f53973a311b7a83a95a9
tree53f69c5218d6b2bd91cdde8188a54e43eac9b8c2
parent6777996d27dd4f0a569ed9593e78db68c6b659cd
tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimer

This is the last instance of cpu_all_mask usage in the core framework.

Replace it with cpu_possible_mask like all other instances in the
clockevent drivers. This makes it possible to add a warning in the core
clockevents_register_device on usage of cpu_all_mask from any clockevent
drivers in the future.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lkml.kernel.org/r/1531308264-24220-2-git-send-email-sudeep.holla@arm.com
kernel/time/tick-broadcast-hrtimer.c