Files
linux/drivers/xen
Christoph Hellwig 4035b43da6 xen-swiotlb: remove xen_set_nslabs
The xen_set_nslabs function is a little weird, as it has just one
caller, that caller passes a global variable as the argument,
which is then overriden in the function and a derivative of it
returned.  Just add a cpp symbol for the default size using a readable
constant and open code the remaining three lines in the caller.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2021-03-17 00:35:34 +00:00
..
2015-12-21 14:40:55 +00:00
2019-09-12 15:02:55 -04:00
2015-12-21 14:40:55 +00:00
2018-02-01 10:07:32 -05:00