diff options
| author | Steffen Persvold <[email protected]> | 2012-03-15 14:20:29 +0000 |
|---|---|---|
| committer | Joerg Roedel <[email protected]> | 2012-03-15 14:43:16 +0000 |
| commit | cebd5fa4d3046d5b43ce1836a0120612822a7fb0 (patch) | |
| tree | b12876009e2b20a89e1393c1315a7ba0e7bb3cd7 /lib/string_helpers.c | |
| parent | iommu/amd: Don't initialize IOMMUv2 resources when not required (diff) | |
| download | kernel-cebd5fa4d3046d5b43ce1836a0120612822a7fb0.tar.gz kernel-cebd5fa4d3046d5b43ce1836a0120612822a7fb0.zip | |
iommu/amd: Fix section warning for prealloc_protection_domains
Fix the following section warning in drivers/iommu/amd_iommu.c :
WARNING: vmlinux.o(.text+0x526e77): Section mismatch in reference from the function prealloc_protection_domains() to the function .init.text:alloc_passthrough_domain()
The function prealloc_protection_domains() references
the function __init alloc_passthrough_domain().
This is often because prealloc_protection_domains lacks a __init
annotation or the annotation of alloc_passthrough_domain is wrong.
Cc: [email protected]
Signed-off-by: Steffen Persvold <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions
