Re: [PATCH -v3] x86: do not free zero sized per cpu areas

From: H. Peter Anvin
Date: Fri Mar 19 2010 - 19:50:31 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/