commit | 60bf216c317499e2c75d5b02116e9bc3a63ce42e | [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 | 4cd26d3a12592629b313b483c3a8fa213b82882c [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>