commit | b6779274f2bdbcde2c7fa3a2f90d1db55c02951f | [log] [tgz] |
---|---|---|
author | T Karthik Reddy <t.karthik.reddy@xilinx.com> | Wed Jan 15 02:15:13 2020 -0700 |
committer | Michal Simek <michal.simek@xilinx.com> | Fri Feb 28 12:04:10 2020 +0100 |
tree | 9e163f460ed001f002892af3371c528f70c219d5 | |
parent | 12fdbbe860f395575f360f0c03d84bce61a9a212 [diff] |
net: zynq_gem: Use ulong instead of u32 data type flush_dcache_range() expects unsigned long in the arguments. Here u32 variable is unable to hold the higher address value when ddr mapped to higher addresses & flushing lower address dchache range instead which is unmapped causing to crash. Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>