Merge tag 'x86_seves_for_v5.10_rc3' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / include / linux / smp.h
index 80d557e..9f13966 100644 (file)
@@ -26,6 +26,9 @@ struct __call_single_data {
                struct {
                        struct llist_node llist;
                        unsigned int flags;
+#ifdef CONFIG_64BIT
+                       u16 src, dst;
+#endif
                };
        };
        smp_call_func_t func;