MASK_DECLARE_ macros have only a limited scope. Remove their definitions
immediately after their usage.
Suggested-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
#endif
};
+#undef MASK_DECLARE_8
+#undef MASK_DECLARE_4
+#undef MASK_DECLARE_2
+#undef MASK_DECLARE_1
+
static DEFINE_RWLOCK(cpu_add_remove_lock);
bool get_cpu_maps(void)