Skip to content
Commit 9c35e90c authored by Ian Campbell's avatar Ian Campbell
Browse files

xen: pvhvm: make it clearer that XEN_UNPLUG_* define bits in a bitfield



by defining in terms of (1<<N).

XEN_UNPLUG_UNNECESSARY and XEN_UNPLUG_NEVER are only used within the
kernel and are not defined as a bit on the unplug IO port. Therefore
use a bit which is outside the potentially valid range of the 16 bit
IO port.

Signed-off-by: default avatarIan Campbell <ian.campbell@citrix.com>
Acked-by: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Acked-by: default avatarStefano Stabellini <Stefano.Stabellini@eu.citrix.com>
parent 1dc7ce99
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