diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2015-07-20 12:45:51 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-07-23 11:56:44 +0200 |
commit | 3ba3a73e9f204ce7904cae7d14be399b467c4fef (patch) | |
tree | 53ef4d6d317c219270deb61bc61c03aa50662bb7 /drivers/macintosh | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff) | |
download | linux-3ba3a73e9f204ce7904cae7d14be399b467c4fef.tar.xz linux-3ba3a73e9f204ce7904cae7d14be399b467c4fef.zip |
powerpc/powernv/ioda2: Fix calculation for memory allocated for TCE table
The existing code stores the amount of memory allocated for a TCE table.
At the moment it uses @offset which is a virtual offset in the TCE table
which is only correct for a one level tables and it does not include
memory allocated for intermediate levels. When multilevel TCE table is
requested, WARN_ON in tce_iommu_create_table() prints a warning.
This adds an additional counter to pnv_pci_ioda2_table_do_alloc_pages()
to count actually allocated memory.
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/macintosh')
0 files changed, 0 insertions, 0 deletions