projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
203a521
)
hyperv: reduce size of ms_hyperv_info
author
Olaf Hering
<olaf@aepfle.de>
Fri, 22 Sep 2023 19:28:40 +0000
(21:28 +0200)
committer
Wei Liu
<wei.liu@kernel.org>
Fri, 22 Sep 2023 20:28:16 +0000
(20:28 +0000)
Use the hole prior shared_gpa_boundary to store the result of get_vtl.
This reduces the size by 8 bytes.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Link:
https://lore.kernel.org/r/20230922192840.3886-1-olaf@aepfle.de
include/asm-generic/mshyperv.h
patch
|
blob
|
history
diff --git
a/include/asm-generic/mshyperv.h
b/include/asm-generic/mshyperv.h
index
cecd2b7
..
430f0ae
100644
(file)
--- a/
include/asm-generic/mshyperv.h
+++ b/
include/asm-generic/mshyperv.h
@@
-36,6
+36,7
@@
struct ms_hyperv_info {
u32 nested_features;
u32 max_vp_index;
u32 max_lp_index;
+ u8 vtl;
union {
u32 isolation_config_a;
struct {
@@
-54,7
+55,6
@@
struct ms_hyperv_info {
};
};
u64 shared_gpa_boundary;
- u8 vtl;
};
extern struct ms_hyperv_info ms_hyperv;
extern bool hv_nested;