linux/include/asm-generic
Michael Kelley 5e4e6ddf8d x86/hyper-v: Move hv_message_type to architecture neutral module
The definition of enum hv_message_type includes arch neutral and
x86/x64-specific values. Ideally there would be a way to put the
arch neutral values in an arch neutral module, and the arch
specific values in an arch specific module. But C doesn't provide
a way to extend enum types. As a compromise, move the entire
definition into an arch neutral module, to avoid duplicating the
arch neutral values for x86/x64 and for ARM64.

No functional change.

Signed-off-by: Michael Kelley <mikelley@microsoft.com>
Reviewed-by: Boqun Feng <boqun.feng@gmail.com>
Link: https://lore.kernel.org/r/1614721102-2241-3-git-send-email-mikelley@microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
2021-03-08 17:32:59 +00:00
..
2017-11-15 13:28:48 -08:00
2019-09-17 14:30:30 -07:00
2021-02-24 16:32:23 -08:00
2020-01-23 10:41:16 -08:00
2021-01-20 09:30:45 +01:00
2018-03-09 23:19:56 +01:00
2018-05-07 07:15:41 +02:00