diff options
author | Julien Grall <[email protected]> | 2022-06-17 11:30:37 +0100 |
---|---|---|
committer | Juergen Gross <[email protected]> | 2022-06-21 16:36:11 +0200 |
commit | ecb6237fa397b7b810d798ad19322eca466dbab1 (patch) | |
tree | ac1a1ed213bc53aacff2846986aefbbffba72958 /include/linux/fpga/fpga-mgr.h | |
parent | f9710c357e5bbf64d7ce45ba0bc75a52222491c1 (diff) |
x86/xen: Remove undefined behavior in setup_features()
1 << 31 is undefined. So switch to 1U << 31.
Fixes: 5ead97c84fa7 ("xen: Core Xen implementation")
Signed-off-by: Julien Grall <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Juergen Gross <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions