commit | c14464bf796d5ead1e735225ead78c566d3344ae | [log] [tgz] |
---|---|---|
author | Yuri Tikhonov <yur@emcraft.com> | Fri Nov 14 10:21:57 2008 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri Nov 14 10:21:57 2008 -0700 |
tree | 205907a4be277b69d50829390ef7eeb11403b540 | |
parent | a108096878aa6cb744b5280ca59395b6c0152d14 [diff] |
xsysace: Fix driver to use resource_size_t instead of unsigned long This patch is a bug fix to the SystemACE driver to use resource_size_t for physical address instead of unsigned long. This makes the driver work correctly on 32 bit systems with 64-bit resources (e.g. PowerPC 440). Signed-off-by: Yuri Tikhonov <yur@emcraft.com> Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>