lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 10 Nov 2009 13:42:33 GMT From: tip-bot for Ingo Molnar <mingo@...e.hu> To: linux-tip-commits@...r.kernel.org Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com, fujita.tomonori@....ntt.co.jp, tglx@...utronix.de, mingo@...e.hu Subject: [tip:core/iommu] x86: Add iommu_init to x86_init_ops, fix build Commit-ID: b4941a9a606f0131559cc040b64e8437ac7b32c5 Gitweb: http://git.kernel.org/tip/b4941a9a606f0131559cc040b64e8437ac7b32c5 Author: Ingo Molnar <mingo@...e.hu> AuthorDate: Tue, 10 Nov 2009 14:37:58 +0100 Committer: Ingo Molnar <mingo@...e.hu> CommitDate: Tue, 10 Nov 2009 14:37:58 +0100 x86: Add iommu_init to x86_init_ops, fix build Most of the time x86_init.h is included in pci-dma.c - but not always, leading to this rare build failure: arch/x86/kernel/pci-dma.c:296: error: 'x86_init' undeclared (first use in this function) So include asm/x86_init.h explicitly. Cc: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp> Cc: chrisw@...s-sol.org Cc: dwmw2@...radead.org Cc: joerg.roedel@....com Cc: muli@...ibm.com LKML-Reference: <1257849980-22640-2-git-send-email-fujita.tomonori@....ntt.co.jp> Signed-off-by: Ingo Molnar <mingo@...e.hu> --- arch/x86/kernel/pci-dma.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/kernel/pci-dma.c b/arch/x86/kernel/pci-dma.c index 63eebee..f79870e 100644 --- a/arch/x86/kernel/pci-dma.c +++ b/arch/x86/kernel/pci-dma.c @@ -11,6 +11,7 @@ #include <asm/gart.h> #include <asm/calgary.h> #include <asm/amd_iommu.h> +#include <asm/x86_init.h> static int forbid_dac __read_mostly; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists