Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759226AbbFBSgS (ORCPT ); Tue, 2 Jun 2015 14:36:18 -0400 Received: from mail-qg0-f42.google.com ([209.85.192.42]:32838 "EHLO mail-qg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754048AbbFBSgH (ORCPT ); Tue, 2 Jun 2015 14:36:07 -0400 From: "Luis R. Rodriguez" To: tony.luck@intel.com, fenghua.yu@intel.com Cc: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, pbonzini@redhat.com, boris.ostrovsky@oracle.com, "Luis R. Rodriguez" Subject: [PATCH] ia64: export flush_icache_range for module use Date: Tue, 2 Jun 2015 11:33:54 -0700 Message-Id: <1433270034-1473-1-git-send-email-mcgrof@do-not-panic.com> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1275 Lines: 43 From: "Luis R. Rodriguez" This is needed the following modules: "Linux Kernel Dump Test Tool Module" CONFIG_LKDTM drivers/misc/lkdtm.c Since: mcgrof@ergon ~/linux-next (git::master)$ git describe --contains aac416fc38cdf v3.15-rc1~141^2~84 CONFIG_STI_CONSOLE drivers/video/console/sticore.c Since: beginning of new git time on Linux Signed-off-by: Luis R. Rodriguez --- Without this you can't build modules on ia64 if you've enabled either of these modules. lkdtm is enabled on SLE11, so this helps upkeep that tradition. arch/ia64/kernel/ia64_ksyms.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/ia64/kernel/ia64_ksyms.c b/arch/ia64/kernel/ia64_ksyms.c index 5b7791d..0967310 100644 --- a/arch/ia64/kernel/ia64_ksyms.c +++ b/arch/ia64/kernel/ia64_ksyms.c @@ -96,3 +96,6 @@ EXPORT_SYMBOL(ia64_ivt); /* mcount is defined in assembly */ EXPORT_SYMBOL(_mcount); #endif + +#include +EXPORT_SYMBOL_GPL(flush_icache_range); -- 2.3.2.209.gd67f9d5.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/