commit | 16519a33bc9dae47449a04bee324dfdea0f46c31 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Fri Apr 17 09:19:01 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Apr 18 16:54:29 2015 -0400 |
tree | 2d97706c0a7393f5c716cecb46c1869131a507bd | |
parent | 9c2d7afa797536740da8372a1d80d1f5615a7a75 [diff] |
ahci: mmio_base is a virtual address Don't store it in a u32. Don't dereference the bus address as if it were a virtual address (fixes 284231e49a2b4 ("ahci: Support splitting of read transactions into multiple chunks")). Fixes crash on boot in MPC8641HPCN_36BIT target. Signed-off-by: Scott Wood <scottwood@freescale.com> Cc: Vadim Bendebury <vbendeb@chromium.org> Acked-by: York Sun <yorksun@freescale.com>