diff options
| author | Peter Zijlstra <peterz@infradead.org> | 2026-08-14 16:12:58 +0200 |
|---|---|---|
| committer | Peter Zijlstra <peterz@infradead.org> | 2026-08-14 16:12:58 +0200 |
| commit | 3f8fa8fe90cae74bf7b72c99f30f04e012c5c41b (patch) | |
| tree | 4b5d18edb5e13efa7b0cc5688cfa0513c3a78700 /include/hyperv/hvhdk_mini.h | |
| parent | 2b58c749b8c5244e259a0230bc57b10b010dc545 (diff) | |
| parent | 333238da9a193ffc58792995f3e951e4cb87bfd2 (diff) | |
Merge branch 'sched/urgent'
Pull in dependents, the flat hierarchy fix depends on this.
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Diffstat (limited to 'include/hyperv/hvhdk_mini.h')
| -rw-r--r-- | include/hyperv/hvhdk_mini.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hyperv/hvhdk_mini.h b/include/hyperv/hvhdk_mini.h index b4cb2fa26e9b..035ba20870f7 100644 --- a/include/hyperv/hvhdk_mini.h +++ b/include/hyperv/hvhdk_mini.h @@ -184,8 +184,9 @@ enum hv_dynamic_processor_feature_property { struct hv_input_get_system_property { u32 property_id; /* enum hv_system_property */ + u32 reserved; union { - u32 as_uint32; + u64 as_uint64; #if IS_ENABLED(CONFIG_X86) /* enum hv_dynamic_processor_feature_property */ u32 hv_processor_feature; |
