[PATCH net-next] net: Fix Hisilicon Network Subsystem Support Compilation

David Miller davem at davemloft.net
Thu Sep 24 10:52:24 PDT 2015


From: huangdaode <huangdaode at hisilicon.com>
Date: Thu, 24 Sep 2015 17:54:09 +0800

> This patch fixes the compilation error with arm allmodconfig, this error
> generated due to unavailability of readq on 32-bit platform which was
> found during net-next daily compilation
> 
> Signed-off-by: huangdaode <huangdaode at hisilicon.com>
> Singed-off-by: yankejian <yankejian at huawei.com>

This is not necessaily the right fix, sorry.

I'd rather this driver be available to compile on as many
configurations as possible, to increase build coverage.

There is a standard way to make readq available on 32-bit platforms
and I want you to do research into how that works and how you can thus
make your driver build even on 32-bit targets.



More information about the linux-arm-kernel mailing list