All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Anup Patel <anup@brainfault.org>, Christoph Hellwig <hch@lst.de>
Cc: Paul Walmsley <paul.walmsley@sifive.com>,
	Palmer Dabbelt <palmer@dabbelt.com>,
	linux-riscv <linux-riscv@lists.infradead.org>
Subject: Re: [PATCH] riscv: remove unused SBI helpers and exports
Date: Thu, 27 May 2021 15:15:09 +0200	[thread overview]
Message-ID: <1b8c5e1b-8997-74f1-b18c-feba8bb1711d@redhat.com> (raw)
In-Reply-To: <CAAhSdy0GQNmXeOwhhaxPAPNgK+zP=EGzNc3LUPg_BhEaqv6yBg@mail.gmail.com>

On 27/05/21 15:10, Anup Patel wrote:
>> -
>> -/**
>> - * sbi_remote_hfence_vvma_asid() - Execute HFENCE.VVMA instructions on given
>> - * remote harts for current guest virtual address range belonging to a specific
>> - * ASID.
>> - *
>> - * @hart_mask: A cpu mask containing all the target harts.
>> - * @start: Start of the current guest virtual address
>> - * @size: Total size of the current guest virtual address range.
>> - * @asid: The value of address space identifier (ASID).
>> - *
>> - * Return: None
>> - */
>> -int sbi_remote_hfence_vvma_asid(const unsigned long *hart_mask,
>> -                               unsigned long start,
>> -                               unsigned long size,
>> -                               unsigned long asid)
>> -{
>> -       return __sbi_rfence(SBI_EXT_RFENCE_REMOTE_HFENCE_VVMA_ASID,
>> -                           hart_mask, start, size, asid, 0);
>> -}
>> -EXPORT_SYMBOL(sbi_remote_hfence_vvma_asid);
> All sbi_remote_hfence_xyz() calls are used by KVM RISC-V module.
> 

Why aren't all these added by the series that add the module (not 
talking about KVM only)?

Paolo


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  reply	other threads:[~2021-05-27 13:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-27  7:20 [PATCH] riscv: remove unused SBI helpers and exports Christoph Hellwig
2021-05-27 13:10 ` Anup Patel
2021-05-27 13:15   ` Paolo Bonzini [this message]
2021-05-27 13:17     ` Christoph Hellwig
2021-05-27 13:24       ` Anup Patel
2021-05-29 23:48         ` Palmer Dabbelt
2021-05-31  6:34           ` Christoph Hellwig
2021-05-27 13:21     ` Anup Patel

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=1b8c5e1b-8997-74f1-b18c-feba8bb1711d@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=anup@brainfault.org \
    --cc=hch@lst.de \
    --cc=linux-riscv@lists.infradead.org \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@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.