[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <54D8E8EC.5030906@redhat.com>
Date: Mon, 09 Feb 2015 18:05:48 +0100
From: Paolo Bonzini <pbonzini@...hat.com>
To: riel@...hat.com, paulmck@...ux.vnet.ibm.com
CC: linux-kernel@...r.kernel.org, catalin.marinas@....com,
will.deacon@....com, fweisbec@...il.com, kvm@...r.kernel.org,
mtosatti@...hat.com, borntraeger@...ibm.com, mingo@...nel.org,
oleg@...hat.com, lcapitulino@...hat.com
Subject: Re: [PATCH 4/6] nohz,kvm: export context_tracking_user_enter/exit
On 09/02/2015 17:04, riel@...hat.com wrote:
> From: Rik van Riel <riel@...hat.com>
>
> Export context_tracking_user_enter/exit so it can be used by KVM.
Wrong function name in the commit message...
Paolo
> Signed-off-by: Rik van Riel <riel@...hat.com>
> ---
> kernel/context_tracking.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/kernel/context_tracking.c b/kernel/context_tracking.c
> index 2d94147c07b2..8c5f2e939eee 100644
> --- a/kernel/context_tracking.c
> +++ b/kernel/context_tracking.c
> @@ -108,6 +108,7 @@ void context_tracking_enter(enum ctx_state state)
> local_irq_restore(flags);
> }
> NOKPROBE_SYMBOL(context_tracking_enter);
> +EXPORT_SYMBOL_GPL(context_tracking_enter);
>
> /**
> * context_tracking_exit - Inform the context tracking that the CPU is
> @@ -149,6 +150,7 @@ void context_tracking_exit(enum ctx_state state)
> local_irq_restore(flags);
> }
> NOKPROBE_SYMBOL(context_tracking_exit);
> +EXPORT_SYMBOL_GPL(context_tracking_exit);
>
> /**
> * __context_tracking_task_switch - context switch the syscall callbacks
>
--
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