[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20141003.123159.1606594798918755956.davem@davemloft.net>
Date: Fri, 03 Oct 2014 12:31:59 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ogerlitz@...lanox.com
Cc: netdev@...r.kernel.org, amirv@...lanox.com,
jackm@....mellanox.co.il, moshel@...lanox.com, talal@...lanox.com,
yevgenyp@...lanox.com
Subject: Re: [PATCH net-next 1/2] pgtable: Add API to query if write
combining is available
From: Or Gerlitz <ogerlitz@...lanox.com>
Date: Wed, 1 Oct 2014 17:54:41 +0300
> +#define writecombine_available writecombine_available
> +static inline int writecombine_available(void)
> +{
> + return 1;
> +}
> +
Please use 'bool' and 'true'/'false'.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists