[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080217162335.GF6006@elte.hu>
Date: Sun, 17 Feb 2008 17:23:35 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Roel Kluin <12o3l@...cali.nl>
Cc: Thomas Gleixner <tglx@...utronix.de>, mingo@...hat.com,
hpa@...or.com, lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/2] [x86] arch/x86/kernel/signal_32.c: replace
!likely(x) by likely(!x)
* Roel Kluin <12o3l@...cali.nl> wrote:
> - if (on_sig_stack(sp) && !likely(on_sig_stack(sp - frame_size)))
> + if (on_sig_stack(sp) && unlikely(!on_sig_stack(sp - frame_size)))
hm, what's the purpose of this change?
Ingo
--
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