On Jan 16, 2014, at 2:14 AM, Minghuan Lian wrote:
> For PEXCSRBAR, bit 3-0 indicate prefetchable and address type.
> So when getting base address, these bits should be masked,
> otherwise we may get incorrect base address.
>
> Signed-off-by: Minghuan Lian
> ---
> arch/powerpc/sysdev/fsl_pci.c
For PEXCSRBAR, bit 3-0 indicate prefetchable and address type.
So when getting base address, these bits should be masked,
otherwise we may get incorrect base address.
Signed-off-by: Minghuan Lian
---
arch/powerpc/sysdev/fsl_pci.c | 8
1 file changed, 8 insertions(+)
diff --git a/arch/p