public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2]arch:x86:kvm:i8254.h Remove base_addresss in kvm_pit since it is unused.
@ 2011-03-30 16:54 Justin P. Mattock
  2011-04-05  8:22 ` Avi Kivity
  0 siblings, 1 reply; 3+ messages in thread
From: Justin P. Mattock @ 2011-03-30 16:54 UTC (permalink / raw)
  To: trivial; +Cc: kvm, linux-kernel, avi, Justin P. Mattock

The patch below removes unsigned long base_addresss; in i8254.h 
since it is unused.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/x86/kvm/i8254.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kvm/i8254.h b/arch/x86/kvm/i8254.h
index 46d08ca..b681a9f 100644
--- a/arch/x86/kvm/i8254.h
+++ b/arch/x86/kvm/i8254.h
@@ -33,7 +33,6 @@ struct kvm_kpit_state {
 };
 
 struct kvm_pit {
-	unsigned long base_addresss;
 	struct kvm_io_device dev;
 	struct kvm_io_device speaker_dev;
 	struct kvm *kvm;
-- 
1.7.4.1


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

* Re: [PATCH v2]arch:x86:kvm:i8254.h Remove base_addresss in kvm_pit since it is unused.
  2011-03-30 16:54 [PATCH v2]arch:x86:kvm:i8254.h Remove base_addresss in kvm_pit since it is unused Justin P. Mattock
@ 2011-04-05  8:22 ` Avi Kivity
  2011-04-05 15:38   ` Justin P. Mattock
  0 siblings, 1 reply; 3+ messages in thread
From: Avi Kivity @ 2011-04-05  8:22 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: trivial, kvm, linux-kernel

On 03/30/2011 06:54 PM, Justin P. Mattock wrote:
> The patch below removes unsigned long base_addresss; in i8254.h
> since it is unused.
>

Applied, thanks.

-- 
error compiling committee.c: too many arguments to function


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

* Re: [PATCH v2]arch:x86:kvm:i8254.h Remove base_addresss in kvm_pit since it is unused.
  2011-04-05  8:22 ` Avi Kivity
@ 2011-04-05 15:38   ` Justin P. Mattock
  0 siblings, 0 replies; 3+ messages in thread
From: Justin P. Mattock @ 2011-04-05 15:38 UTC (permalink / raw)
  To: Avi Kivity; +Cc: trivial, kvm, linux-kernel

On Tue, 2011-04-05 at 11:22 +0300, Avi Kivity wrote:
> On 03/30/2011 06:54 PM, Justin P. Mattock wrote:
> > The patch below removes unsigned long base_addresss; in i8254.h
> > since it is unused.
> >
> 
> Applied, thanks.
> 

o.k. avi... your welcome, and thank you for being patient with me..
(I'm not the best at code, but am willing to learn and work at it to get
better).

Justin P. Mattock


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

end of thread, other threads:[~2011-04-05 15:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30 16:54 [PATCH v2]arch:x86:kvm:i8254.h Remove base_addresss in kvm_pit since it is unused Justin P. Mattock
2011-04-05  8:22 ` Avi Kivity
2011-04-05 15:38   ` Justin P. Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox