From: Andreas Schwab <schwab@suse.de>
To: linux-riscv@lists.infradead.org
Cc: Palmer Dabbelt <palmer@sifive.com>,
Christoph Hellwig <hch@lst.de>, Gary Guo <gary@garyguo.net>
Subject: [PATCH] riscv: export flush_icache_all
Date: Tue, 11 Jun 2019 12:24:32 +0200 [thread overview]
Message-ID: <mvm7e9spggv.fsf@suse.de> (raw)
Before 58de77545e53 ("riscv: move flush_icache_{all,mm} to cacheflush.c"),
flush_icache_all was a macro, but it is used by a module:
ERROR: "flush_icache_all" [drivers/misc/lkdtm/lkdtm.ko] undefined!
Signed-off-by: Andreas Schwab <schwab@suse.de>
---
arch/riscv/mm/cacheflush.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/riscv/mm/cacheflush.c b/arch/riscv/mm/cacheflush.c
index 9ebcff8ba263..4a2e5bf8b21a 100644
--- a/arch/riscv/mm/cacheflush.c
+++ b/arch/riscv/mm/cacheflush.c
@@ -14,6 +14,7 @@ void flush_icache_all(void)
{
sbi_remote_fence_i(NULL);
}
+EXPORT_SYMBOL(flush_icache_all);
/*
* Performs an icache flush for the given MM context. RISC-V has no direct
--
2.22.0
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next reply other threads:[~2019-06-11 10:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-11 10:24 Andreas Schwab [this message]
2019-06-11 13:49 ` [PATCH] riscv: export flush_icache_all Christoph Hellwig
2019-06-11 18:51 ` Kees Cook
2019-06-11 13:53 ` Paul Walmsley
2019-06-11 14:02 ` Paul Walmsley
2019-06-11 14:12 ` Andreas Schwab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=mvm7e9spggv.fsf@suse.de \
--to=schwab@suse.de \
--cc=gary@garyguo.net \
--cc=hch@lst.de \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@sifive.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.