Commit 8cbd7475 authored by Ben Collins's avatar Ben Collins Committed by Tim Gardner

UBUNTU: SAUCE: Provide booke stub for kvmppc_is_bigendian()

Signed-off-by: default avatarBen Collins <ben.c@servergy.com>
parent 3ec77ba6
......@@ -100,6 +100,11 @@ static inline ulong kvmppc_get_pc(struct kvm_vcpu *vcpu)
return vcpu->arch.pc;
}
static inline bool kvmppc_is_bigendian(struct kvm_vcpu *vcpu)
{
return 1;
}
static inline ulong kvmppc_get_fault_dar(struct kvm_vcpu *vcpu)
{
return vcpu->arch.fault_dear;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment