Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)
{