Searched hist:c506fff3d3a8a632e8eb2270680548ec415f0357 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/s390/pci/ |
H A D | pci.c | diff c506fff3d3a8a632e8eb2270680548ec415f0357 Fri Jan 22 14:01:44 CET 2016 Sebastian Ott <sebott@linux.vnet.ibm.com> s390/pci: resize iomap
On s390 we need to maintain a mapping between iomem addresses and arch specific function identifiers. Currently the mapping table is created as such that we could span the whole iomem address space. Since we can only map each bar space from each possible function we have an upper bound for the number of mapping entries.
This reduces the size of the iomap from 256K to less than 4K (using the defconfig).
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Reviewed-by: Gerald Schaefer <gerald.schaefer@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|