[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201304192046.09566.arnd@arndb.de>
Date: Fri, 19 Apr 2013 20:46:09 +0200
From: Arnd Bergmann <arnd@...db.de>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, ben@...ff.org
Subject: Re: [PATCH] net: ax88796: avoid 64 bit arithmetic
On Friday 19 April 2013, David Miller wrote:
> From: Arnd Bergmann <arnd@...db.de>
> Date: Fri, 19 Apr 2013 15:06:21 +0200
>
> > When building ax88796 on an ARM platform with 64-bit resource_size_t,
> > we currently get
> >
> > drivers/net/ethernet/8390/ax88796.c:875: undefined reference to `__aeabi_uldivmod'
> >
> > because we do a division on the length of the MMIO resource.
> > Since we know that this resource is very short, using an
> > "unsigned long" instead of "resource_size_t" is entirely
> > sufficient, and avoids this link-time error.
>
> Please provide a proper signoff with your patches, thanks.
Sorry about this, I have no idea how this slipped through. I'll
send a new version right away.
Arnd
--
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