projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
628afd2
)
KVM: Remove base_addresss in kvm_pit since it is unused
author
Justin P. Mattock
<justinmattock@gmail.com>
Wed, 30 Mar 2011 16:54:47 +0000
(09:54 -0700)
committer
Avi Kivity
<avi@redhat.com>
Wed, 11 May 2011 11:57:03 +0000
(07:57 -0400)
The patch below removes unsigned long base_addresss; in i8254.h
since it is unused.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/i8254.h
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/i8254.h
b/arch/x86/kvm/i8254.h
index
46d08ca
..
b681a9f
100644
(file)
--- 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;