commit | 650f33adbd53b0bacdd5d3392ea5b11a8a0fba42 | [log] [tgz] |
---|---|---|
author | Alexey Kardashevskiy <aik@ozlabs.ru> | Tue May 27 15:36:36 2014 +1000 |
committer | Alexander Graf <agraf@suse.de> | Mon Jun 16 13:24:39 2014 +0200 |
tree | 3b67289211c446be7e9a29301f798b4ffd73ad9a | |
parent | 523e7b8ab818ec3fab14cfd7a20d51cb3aa33a9d [diff] |
spapr_iommu: Introduce page_shift in sPAPRTCETable At the moment only 4K pages are supported by sPAPRTCETable. Since sPAPR spec allows other page sizes and we are going to implement them, we need page size to be configrable. This adds @page_shift into sPAPRTCETable and replaces SPAPR_TCE_PAGE_SHIFT with it where it is possible. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Alexander Graf <agraf@suse.de>