linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greentime Hu <green.hu@gmail.com>
To: Christoph Hellwig <hch@lst.de>
Cc: Vincent Chen <deanbo422@gmail.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] nds32: don't export low-level cache flushing routines
Date: Tue, 7 May 2019 14:43:52 +0800	[thread overview]
Message-ID: <CAEbi=3c6Y3k=Jg2V3YLyHFWByxFjJGjAn1jSLtKpPXHnUjr41g@mail.gmail.com> (raw)
In-Reply-To: <20190429115143.12498-1-hch@lst.de>

Hi Christoph,

Christoph Hellwig <hch@lst.de> 於 2019年4月29日 週一 下午7:52寫道:
>
> None of these is used by modules.  Nor should they as we have better
> highlevel primitives.
>
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> ---
>  arch/nds32/kernel/nds32_ksyms.c | 6 ------
>  1 file changed, 6 deletions(-)
>
> diff --git a/arch/nds32/kernel/nds32_ksyms.c b/arch/nds32/kernel/nds32_ksyms.c
> index 5ecebd0e60cb..20719e42ae36 100644
> --- a/arch/nds32/kernel/nds32_ksyms.c
> +++ b/arch/nds32/kernel/nds32_ksyms.c
> @@ -23,9 +23,3 @@ EXPORT_SYMBOL(memzero);
>  EXPORT_SYMBOL(__arch_copy_from_user);
>  EXPORT_SYMBOL(__arch_copy_to_user);
>  EXPORT_SYMBOL(__arch_clear_user);
> -
> -/* cache handling */
> -EXPORT_SYMBOL(cpu_icache_inval_all);
> -EXPORT_SYMBOL(cpu_dcache_wbinval_all);
> -EXPORT_SYMBOL(cpu_dma_inval_range);
> -EXPORT_SYMBOL(cpu_dma_wb_range);

Acked-by: Greentime Hu <greentime@andestech.com>
Thanks for your patch. I will put in my next tree.

      reply	other threads:[~2019-05-07  6:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-29 11:51 [PATCH] nds32: don't export low-level cache flushing routines Christoph Hellwig
2019-05-07  6:43 ` Greentime Hu [this message]

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='CAEbi=3c6Y3k=Jg2V3YLyHFWByxFjJGjAn1jSLtKpPXHnUjr41g@mail.gmail.com' \
    --to=green.hu@gmail.com \
    --cc=deanbo422@gmail.com \
    --cc=hch@lst.de \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).