commit | 2fcc1e8ac4a8514c64f946178fc36c2e30e56a41 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Thu Mar 22 16:22:39 2018 +0100 |
committer | Joerg Roedel <jroedel@suse.de> | Thu Mar 29 10:38:16 2018 +0200 |
tree | 2bc696ddcbd9ecf5ed0afca0cd594a3939415239 | |
parent | 4fde541c9dc114c5b448ad34b0286fe8b7c550f1 [diff] |
iommu/amd: Factor out setting the remap table for a devid Setting the IRQ remap table for a specific devid (or its alias devid) includes three steps. Those three steps are always repeated each time this is done. Introduce a new helper function, move those steps there and use that function instead. The compiler can still decide if it is worth to inline. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Joerg Roedel <jroedel@suse.de>