[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4BA40C21.3090804@zytor.com>
Date: Fri, 19 Mar 2010 16:43:29 -0700
From: "H. Peter Anvin" <hpa@...or.com>
To: Ian Campbell <Ian.Campbell@...rix.com>
CC: Yinghai Lu <yinghai@...nel.org>, Ingo Molnar <mingo@...e.hu>,
Thomas Gleixner <tglx@...utronix.de>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Peter Zijlstra <peterz@...radead.org>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [PATCH -v3] x86: do not free zero sized per cpu areas
On 03/19/2010 04:35 PM, Ian Campbell wrote:
>
> I think Peter means:
>
> if (start == end)
> return;
>
> if (WARN_ONCE(start < end, "blah"))
> return;
start > end!
> i.e. silently ignore a zero sized region and verbosely ignore a
> negatively sized one.
Correct.
-hpa
--
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