“34154f355904c837402aab61ef17b78f972a10b5”上不存在“arch/arm/git@gitcode.net:openharmony/kernel_linux.git”
提交 c62e096d 编写于 作者: A Alexander Graf 提交者: Avi Kivity

KVM: PPC: Make fpscr 64-bit

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: NAlexander Graf <agraf@suse.de>
Signed-off-by: NAvi Kivity <avi@redhat.com>
上级 5aa9e2f4
...@@ -175,7 +175,7 @@ struct kvm_vcpu_arch { ...@@ -175,7 +175,7 @@ struct kvm_vcpu_arch {
ulong gpr[32]; ulong gpr[32];
u64 fpr[32]; u64 fpr[32];
u32 fpscr; u64 fpscr;
#ifdef CONFIG_ALTIVEC #ifdef CONFIG_ALTIVEC
vector128 vr[32]; vector128 vr[32];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部