[kvm-devel] [PATCH] KVM: Clean up some code by using clear_highpage() from highmem.h.

2007-07-10 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- just a trivial cosmetic fix, taking advantage of the static inlines defined in include/linux/highmem.h. diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c index c1ac106..6425084 100644 --- a/drivers/kvm/vmx.c +++ b/drivers/kvm/vmx.c @@

Re: [kvm-devel] [PATCH] KVM: Clean up some code by using clear_highpage() from highmem.h.

2007-07-10 Thread Avi Kivity
Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- just a trivial cosmetic fix, taking advantage of the static inlines defined in include/linux/highmem.h. diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c index c1ac106..6425084 100644 --- a/drivers/kvm/vmx.c

Re: [kvm-devel] [PATCH] KVM: Clean up some code by using clear_highpage() from highmem.h.

2007-07-10 Thread Robert P. J. Day
On Tue, 10 Jul 2007, Avi Kivity wrote: Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- just a trivial cosmetic fix, taking advantage of the static inlines defined in include/linux/highmem.h. diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c