Commit 0b9e41bd authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman

staging: unisys: include: Remove unused throttling defines.

We no longer send messages directly to the s-Par event log, so we do not
need the throttling defines anymore.
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 a941c5b7
......@@ -58,23 +58,6 @@ enum channel_clientstate {
CHANNELCLI_OWNED = 5
};
/* Values for VISORA_CHANNEL_PROTOCOL.CliErrorBoot: */
/*
* Throttling invalid boot channel statetransition error due to client
* disabled.
*/
#define VISOR_CLIERRORBOOT_THROTTLEMSG_DISABLED 0x01
/*
* Throttling invalid boot channel statetransition error due to client
* not attached.
*/
#define VISOR_CLIERRORBOOT_THROTTLEMSG_NOTATTACHED 0x02
/* Throttling invalid boot channel statetransition error due to busy channel */
#define VISOR_CLIERRORBOOT_THROTTLEMSG_BUSY 0x04
/*
* Values for VISOR_CHANNEL_PROTOCOL.Features: This define exists so that
* windows guest can look at the FeatureFlags in the io channel, and configure
......
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