All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Improving calls to kvmppc_hv_entry
@ 2023-03-06 12:37 Kautuk Consul
  2023-03-06 12:37 ` [PATCH v2 1/2] arch/powerpc/kvm: kvmppc_hv_entry: remove .global scope Kautuk Consul
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Kautuk Consul @ 2023-03-06 12:37 UTC (permalink / raw)
  To: Michael Ellerman, Nicholas Piggin, Christophe Leroy,
	Naveen N. Rao, Sathvika Vasireddy, Alexey Kardashevskiy,
	Fabiano Rosas
  Cc: linuxppc-dev, linux-kernel, Kautuk Consul

- remove .global scope of kvmppc_hv_entry
- remove r4 argument to kvmppc_hv_entry as it is not required

Changes since v1:
- replaced .global by SYM_INNER_LABEL for kvmpcc_hv_entry

Kautuk Consul (2):
  arch/powerpc/kvm: kvmppc_hv_entry: remove .global scope
  arch/powerpc/kvm: kvmppc_hv_entry: remove r4 argument

 arch/powerpc/kvm/book3s_hv_rmhandlers.S | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

-- 
2.36.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-03-16  3:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-06 12:37 [PATCH v2 0/2] Improving calls to kvmppc_hv_entry Kautuk Consul
2023-03-06 12:37 ` [PATCH v2 1/2] arch/powerpc/kvm: kvmppc_hv_entry: remove .global scope Kautuk Consul
2023-03-06 12:37 ` [PATCH v2 2/2] arch/powerpc/kvm: kvmppc_hv_entry: remove r4 argument Kautuk Consul
2023-03-15  4:48   ` Michael Ellerman
2023-03-15  5:17     ` Kautuk Consul
2023-03-15  5:17       ` Kautuk Consul
2023-03-15  5:37       ` Kautuk Consul
2023-03-15  5:37         ` Kautuk Consul
2023-03-16  3:39       ` Michael Ellerman
2023-03-16  3:39         ` Michael Ellerman
2023-03-16  3:40         ` Michael Ellerman
2023-03-16  3:40           ` Michael Ellerman
2023-03-16  3:49         ` Kautuk Consul
2023-03-16  3:49           ` Kautuk Consul
2023-03-13  5:39 ` [PATCH v2 0/2] Improving calls to kvmppc_hv_entry Kautuk Consul

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.