All of lore.kernel.org
 help / color / mirror / Atom feed
* [MODERATED] Trivial cleanup
@ 2018-08-14 13:35 Josh Poimboeuf
  2018-08-14 13:48 ` [MODERATED] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Poimboeuf @ 2018-08-14 13:35 UTC (permalink / raw)
  To: speck

From: Josh Poimboeuf <jpoimboe@redhat.com>
Subject: [PATCH] x86/kvm/vmx: Remove duplicate l1d flush definitions

These are already defined higher up in the file.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
---
 arch/x86/kvm/vmx.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index 58bba7a7572a..e7691e666479 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -9725,9 +9725,6 @@ static int vmx_handle_exit(struct kvm_vcpu *vcpu)
  * information but as all relevant affected CPUs have 32KiB L1D cache size
  * there is no point in doing so.
  */
-#define L1D_CACHE_ORDER 4
-static void *vmx_l1d_flush_pages;
-
 static void vmx_l1d_flush(struct kvm_vcpu *vcpu)
 {
 	int size = PAGE_SIZE << L1D_CACHE_ORDER;
-- 
2.17.1

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

* [MODERATED] Re: Trivial cleanup
  2018-08-14 13:35 [MODERATED] Trivial cleanup Josh Poimboeuf
@ 2018-08-14 13:48 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-08-14 13:48 UTC (permalink / raw)
  To: speck

On Tue, Aug 14, 2018 at 08:35:00AM -0500, speck for Josh Poimboeuf wrote:
> From: Josh Poimboeuf <jpoimboe@redhat.com>
> Subject: [PATCH] x86/kvm/vmx: Remove duplicate l1d flush definitions
> 
> These are already defined higher up in the file.
> 
> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
> ---
>  arch/x86/kvm/vmx.c | 3 ---
>  1 file changed, 3 deletions(-)

You can just wait a few hours and then send them the normal route :)

Along the lines of "trivial cleanups", I've pushed another patch to the
4.4 branch to fix up some duplicated feature bits if anyone is using
those patches.

thanks,

greg k-h

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

end of thread, other threads:[~2018-08-14 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-14 13:35 [MODERATED] Trivial cleanup Josh Poimboeuf
2018-08-14 13:48 ` [MODERATED] " Greg KH

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.