Commit fa7bff8f authored by Gleb Natapov's avatar Gleb Natapov Committed by Avi Kivity

KVM: define hwpoison variables static

They are not used outside of the file.
Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 673813e8
......@@ -93,8 +93,8 @@ static bool kvm_rebooting;
static bool largepages_enabled = true;
struct page *hwpoison_page;
pfn_t hwpoison_pfn;
static struct page *hwpoison_page;
static pfn_t hwpoison_pfn;
inline int kvm_is_mmio_pfn(pfn_t pfn)
{
......
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