diff options
| author | 2020-09-04 11:54:52 -0700 | |
|---|---|---|
| committer | 2020-09-04 11:54:52 -0700 | |
| commit | 6fe208f63a79f4f726f3be2b78ea3dd40487b657 (patch) | |
| tree | 1b826243b70f09e101081d5ea6dd59aa37fe25a9 /include/linux/smp.h | |
| parent | Merge branch 'strictgp.2020.08.24a' into HEAD (diff) | |
| parent | smp: Make symbol 'csd_bug_count' static (diff) | |
| download | linux-dev-6fe208f63a79f4f726f3be2b78ea3dd40487b657.tar.xz linux-dev-6fe208f63a79f4f726f3be2b78ea3dd40487b657.zip | |
Merge branch 'csd.2020.09.04a' into HEAD
csd.2020.09.04a: CPU smp_call_function() torture tests.
Diffstat (limited to 'include/linux/smp.h')
| -rw-r--r-- | include/linux/smp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/smp.h b/include/linux/smp.h index 80d557ef8a11..9f13966d3d92 100644 --- a/include/linux/smp.h +++ b/include/linux/smp.h @@ -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; |
