[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49621E6E.2010809@gmail.com>
Date: Mon, 05 Jan 2009 15:51:26 +0100
From: Jiri Slaby <jirislaby@...il.com>
To: Andi Kleen <andi@...stfloor.org>
CC: Johannes Weiner <hannes@...xchg.org>,
Robert Hancock <hancockr@...w.ca>,
linux-kernel@...r.kernel.org, david@...g.hm,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: early exception error
On 01/05/2009 02:08 PM, Andi Kleen wrote:
> +#define EARLY_BUG_ON(x) do { if (unlikely(!(x))) EARLY_BUG(); } while (0)
I think unintentionally inverted logic.
> +#define EARLY_BUG_ON(x) do {} while(0)
Shouldn't be x referenced here?
--
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