[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20131030092723.GC4651@redhat.com>
Date: Wed, 30 Oct 2013 11:27:24 +0200
From: Gleb Natapov <gleb@...hat.com>
To: Andi Kleen <andi@...stfloor.org>
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
Andi Kleen <ak@...ux.intel.com>, pbonzini@...hat.com,
kvm@...r.kernel.org
Subject: Re: [PATCH 01/11] asmlinkage, kvm: Make kvm_rebooting visible
On Tue, Oct 22, 2013 at 09:12:16AM -0700, Andi Kleen wrote:
> From: Andi Kleen <ak@...ux.intel.com>
>
> 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>
Acked-by: Gleb Natapov <gleb@...hat.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 a9dd682..6ca3564 100644
> --- a/virt/kvm/kvm_main.c
> +++ b/virt/kvm/kvm_main.c
> @@ -95,7 +95,7 @@ static void hardware_disable_all(void);
>
> static void kvm_io_bus_destroy(struct kvm_io_bus *bus);
>
> -bool kvm_rebooting;
> +__visible bool kvm_rebooting;
> EXPORT_SYMBOL_GPL(kvm_rebooting);
>
> static bool largepages_enabled = true;
> --
> 1.8.3.1
--
Gleb.
--
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