2010-01-13 01:01:01

by Jeff Mahoney

[permalink] [raw]
Subject:


Subject: [patch 3/6] dmar: Fix section mismatch
References: <[email protected]>
Content-Disposition: inline; filename=patches.rpmify/dmar-fix-section-mismatch

dmar_ir_support uses dmar_tbl, which is __initdata. dmar_ir_support is
only called by intr_remapping_supported, which is __init. So, we mark
dmar_ir_support as __init as well.

Signed-off-by: Jeff Mahoney <[email protected]>
---
drivers/pci/dmar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/pci/dmar.c
+++ b/drivers/pci/dmar.c
@@ -1456,7 +1456,7 @@ int dmar_reenable_qi(struct intel_iommu
/*
* Check interrupt remapping support in DMAR table description.
*/
-int dmar_ir_support(void)
+int __init dmar_ir_support(void)
{
struct acpi_table_dmar *dmar;
dmar = (struct acpi_table_dmar *)dmar_tbl;


2010-01-13 08:24:18

by Woodhouse, David

[permalink] [raw]
Subject: Re:

On Wed, 2010-01-13 at 00:48 +0000, Jeff Mahoney wrote:
> Subject: [patch 3/6] dmar: Fix section mismatch
> References: <[email protected]>
> Content-Disposition: inline;
> filename=patches.rpmify/dmar-fix-section-mismatch
>
> dmar_ir_support uses dmar_tbl, which is __initdata. dmar_ir_support
> is
> only called by intr_remapping_supported, which is __init. So, we mark
> dmar_ir_support as __init as well.
>
> Signed-off-by: Jeff Mahoney <[email protected]>

This patch doesn't apply to linux-next, and hasn't applied there for
about two weeks. Why are people still sending it to me?

--
David Woodhouse Open Source Technology Centre
[email protected] Intel Corporation