Re: [PATCH v2] RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systems

From: Christoph Hellwig
Date: Wed Apr 03 2019 - 10:46:08 EST


> + if ((reg->base + mem_size) < end)

No need for the braces.

Otherwise looks fine:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>