projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aa9e2f
)
KVM: PPC: Make fpscr 64-bit
author
Alexander Graf
<agraf@suse.de>
Fri, 19 Feb 2010 10:00:28 +0000
(11:00 +0100)
committer
Avi Kivity
<avi@redhat.com>
Sun, 25 Apr 2010 09:34:38 +0000
(12:34 +0300)
Modern PowerPCs have a 64 bit wide FPSCR register. Let's accomodate for that
and make it 64 bits in our vcpu struct too.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/include/asm/kvm_host.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/include/asm/kvm_host.h
b/arch/powerpc/include/asm/kvm_host.h
index 4b14dcd4874b05092a430ea8004817fb68c6d9d7..fb87dcf418bf91ba01bde194bbfe8036155f6c51 100644
(file)
--- a/
arch/powerpc/include/asm/kvm_host.h
+++ b/
arch/powerpc/include/asm/kvm_host.h
@@
-175,7
+175,7
@@
struct kvm_vcpu_arch {
ulong gpr[32];
u64 fpr[32];
- u
32
fpscr;
+ u
64
fpscr;
#ifdef CONFIG_ALTIVEC
vector128 vr[32];