[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101012124135.GA15163@localhost>
Date: Tue, 12 Oct 2010 20:41:35 +0800
From: Wu Fengguang <fengguang.wu@...el.com>
To: Andi Kleen <ak@...ux.intel.com>
Cc: Andi Kleen <andi@...stfloor.org>,
"linux-mm@...ck.org" <linux-mm@...ck.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] HWPOISON: Implement hwpoison-on-free for soft offlining
> >> + if (PageHWPoisonOnFree(page))
> >> + hwpoison_page_on_free(page);
> > hwpoison_page_on_free() seems to be undefined when
> > CONFIG_HWPOISON_ON_FREE is not defined.
>
> Yes, but I rely on the compiler never generating the call in this case
> because
> the test is zero.
>
> It would fail on a unoptimized build, but the kernel doesn't support
> that anyways.
Fair enough.
Reviewed-by: Wu Fengguang <fengguang.wu@...el.com>
> Thanks for the review.
:)
Thanks,
Fengguang
--
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