dect
/
linux-2.6
Archived
13
0
Fork 0

KVM: define hwpoison variables static

They are not used outside of the file.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
Gleb Natapov 2010-07-07 20:16:44 +03:00 committed by Avi Kivity
parent 673813e81d
commit fa7bff8f8a
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{