On Thu, Feb 1, 2018 at 6:11 PM, Niklas Cassel <[email protected]> wrote:

include/linux/sizes.h:

+SZ_4G  0x100000000ULL

> +       if (size > 0x100000000ULL) {

#include <linux/sizes.h>

if (size > SZ_4G) {

?

-- 
With Best Regards,
Andy Shevchenko

Reply via email to