commit | 94f6d190eeed91cb2bb901aa7816edd1e2405347 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Tue Nov 24 16:40:02 2009 +0100 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Fri Nov 27 14:20:21 2009 +0100 |
tree | f117e8fe19592483f10ab81c8ccbb7343a0de0a2 | |
parent | 15898bbcb48fc86c2baff156163df0941ecb6a15 [diff] |
x86/amd-iommu: Simplify get_device_resources() With the previous changes the get_device_resources function can be simplified even more. The only important information for the callers is the protection domain. This patch renames the function to get_domain() and let it only return the protection domain for a device. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>