提交 fa7bff8f 编写于 作者: G Gleb Natapov 提交者: Avi Kivity

KVM: define hwpoison variables static

They are not used outside of the file.
Signed-off-by: NGleb Natapov <gleb@redhat.com>
Signed-off-by: NAvi Kivity <avi@redhat.com>
上级 673813e8
...@@ -93,8 +93,8 @@ static bool kvm_rebooting; ...@@ -93,8 +93,8 @@ static bool kvm_rebooting;
static bool largepages_enabled = true; static bool largepages_enabled = true;
struct page *hwpoison_page; static struct page *hwpoison_page;
pfn_t hwpoison_pfn; static pfn_t hwpoison_pfn;
inline int kvm_is_mmio_pfn(pfn_t pfn) inline int kvm_is_mmio_pfn(pfn_t pfn)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册