Re: [PATCH v3 5/6] arch: introduce memremap_cache() and memremap_wt()

From: Andy Shevchenko
Date: Mon Jun 08 2015 - 15:05:34 EST


On Mon, Jun 8, 2015 at 9:25 PM, Dan Williams <dan.j.williams@xxxxxxxxx> wrote:

>>> + if (region_is_ram(offset, size) != 0) {
>>> + WARN_ONCE(1, "memremap attempted on ram %pa size: %zd\n",
>>
>> %zu
>
> Sure, thanks for taking a look Andy!

One more thing, can we do
WARN_ONCE(region_is_ram(offset, size), â); ?

--
With Best Regards,
Andy Shevchenko
--
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/