
29 Jul
2016
29 Jul
'16
4:13 p.m.
On Wed, Jul 27, 2016 at 9:26 AM, Paul Burton paul.burton@imgtec.com wrote:
The pch_gbe driver previously casted pointers to & from unsigned 32 bit integers in many locations. This breaks the driver on 64 bit systems, producing streams of compiler warnings about mismatched pointer & integer sizes and then failing to keep track of addresses correctly at runtime.
Fix the driver for 64 bit systems by using unsigned longs in place of the previously used 32 bit integers.
Signed-off-by: Paul Burton paul.burton@imgtec.com
Acked-by: Joe Hershberger joe.hershberger@ni.com