Commit 48401ac6 authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman

staging: unisys: include: cleanup channel comment

A comment in channel.h was referencing windows guests, in reality the OS
of the guest is agnostic and the comment should reflect that.
Reviewed-by: default avatarSameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0b9e41bd
......@@ -60,11 +60,10 @@ enum channel_clientstate {
/*
* Values for VISOR_CHANNEL_PROTOCOL.Features: This define exists so that
* windows guest can look at the FeatureFlags in the io channel, and configure
* the windows driver to use interrupts or not based on this setting. This flag
* is set in uislib after the VISOR_VHBA_init_channel is called. All feature
* bits for all channels should be defined here. The io channel feature bits
* are defined right here
* a guest can look at the FeatureFlags in the io channel, and configure the
* driver to use interrupts or not based on this setting. All feature bits for
* all channels should be defined here. The io channel feature bits are defined
* below.
*/
#define VISOR_DRIVER_ENABLES_INTS (0x1ULL << 1)
#define VISOR_CHANNEL_IS_POLLING (0x1ULL << 3)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment