projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eebc538
)
KVM: arm64: Kill unused vcpu flags field
author
Marc Zyngier
<maz@kernel.org>
Sat, 28 May 2022 11:38:23 +0000
(12:38 +0100)
committer
Marc Zyngier
<maz@kernel.org>
Wed, 29 Jun 2022 09:23:28 +0000
(10:23 +0100)
Horray, we have now sorted all the preexisting flags, and the
'flags' field is now unused. Get rid of it while nobody is
looking.
Reviewed-by: Fuad Tabba <tabba@google.com>
Reviewed-by: Reiji Watanabe <reijiw@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_host.h
patch
|
blob
|
history
diff --git
a/arch/arm64/include/asm/kvm_host.h
b/arch/arm64/include/asm/kvm_host.h
index 0fb1a5b86f16e498416abb5ed3df4eee080d14f0..39da28f8504521d87f69280708bfb51e7f912c9f 100644
(file)
--- a/
arch/arm64/include/asm/kvm_host.h
+++ b/
arch/arm64/include/asm/kvm_host.h
@@
-332,9
+332,6
@@
struct kvm_vcpu_arch {
FP_STATE_GUEST_OWNED,
} fp_state;
- /* Miscellaneous vcpu state flags */
- u64 flags;
-
/* Configuration flags, set once and for all before the vcpu can run */
u64 cflags;