commit | f29a570ceb6abe038a0c541706ed75ace00ea7a8 | [log] [tgz] |
---|---|---|
author | Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> | Thu Sep 03 08:36:44 2020 -0600 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed Sep 23 10:31:40 2020 +0200 |
tree | 6dabc867f9af484717a681e4b5692b715d374674 | |
parent | 91d455a46afe840410630679c05ab88710e86d96 [diff] |
net: xilinx: axi_emac: Typecast flush_cache arguments flush_cache() arguments are not type casted to take care of 64 bit systems. Use phys_addr_t to type cast for it to work properly for 32 bit and 64 bit systems. Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>