[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1391845930-28580-1-git-send-email-ak@linux.intel.com>
Date: Sat, 8 Feb 2014 08:51:57 +0100
From: Andi Kleen <ak@...ux.intel.com>
To: akpm@...ux-foundation.org
Cc: x86@...nel.org, linux-kernel@...r.kernel.org,
Andi Kleen <ak@...ux.intel.com>, gleb@...hat.com,
pbonzini@...hat.com, kvm@...r.kernel.org
Subject: [PATCH 01/14] asmlinkage, kvm: Make kvm_rebooting visible
kvm_rebooting is referenced from assembler code, thus
needs to be visible.
Cc: gleb@...hat.com
Cc: pbonzini@...hat.com
Cc: kvm@...r.kernel.org
Signed-off-by: Andi Kleen <ak@...ux.intel.com>
---
virt/kvm/kvm_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
index 03a0381..b5ec7fb 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -102,7 +102,7 @@ static void kvm_release_pfn_dirty(pfn_t pfn);
static void mark_page_dirty_in_slot(struct kvm *kvm,
struct kvm_memory_slot *memslot, gfn_t gfn);
-bool kvm_rebooting;
+__visible bool kvm_rebooting;
EXPORT_SYMBOL_GPL(kvm_rebooting);
static bool largepages_enabled = true;
--
1.8.5.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists