[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <54B6E422.7010604@oracle.com>
Date: Wed, 14 Jan 2015 16:48:18 -0500
From: Boris Ostrovsky <boris.ostrovsky@...cle.com>
To: Imre Deak <imre.deak@...el.com>,
Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
David Vrabel <david.vrabel@...rix.com>,
Thomas Gleixner <tglx@...utronix.de>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] xen/xtime: remove incorrect preemption enabled assert
On 01/14/2015 04:34 PM, Imre Deak wrote:
> Signed-off-by: Imre Deak <imre.deak@...el.com>
> ---
> arch/x86/xen/time.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c
> index f473d26..23019b4 100644
> --- a/arch/x86/xen/time.c
> +++ b/arch/x86/xen/time.c
> @@ -458,8 +458,6 @@ void xen_setup_timer(int cpu)
>
> void xen_setup_cpu_clockevents(void)
> {
> - BUG_ON(preemptible());
> -
> clockevents_register_device(this_cpu_ptr(&xen_clock_events.evt));
> }
>
This is already in the tree. Commit 8b8cd8a3673d.
Thanks.
-boris
--
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