From: Alex Williamson Date: Fri, 14 Mar 2008 20:57:58 +0000 (-0600) Subject: [IA64] Cleanup vcpu_set_psr_l() X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14251 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b890056aa665c4d6964a6ae2bf312df71509df00;p=xen.git [IA64] Cleanup vcpu_set_psr_l() Remove redundant bit setting. Signed-off-by: Akio Takebe --- diff --git a/xen/arch/ia64/xen/vcpu.c b/xen/arch/ia64/xen/vcpu.c index c8d4118f4b..c7aa0a3313 100644 --- a/xen/arch/ia64/xen/vcpu.c +++ b/xen/arch/ia64/xen/vcpu.c @@ -497,8 +497,6 @@ IA64FAULT vcpu_set_psr_l(VCPU * vcpu, u64 val) ipsr->mfh = 1; if (newpsr.ac) ipsr->ac = 1; - if (newpsr.up) - ipsr->up = 1; if (newpsr.dt && newpsr.rt) vcpu_set_metaphysical_mode(vcpu, FALSE); else