ia64/xen-unstable
changeset 17206:13b0f6b7d5a4
[IA64] Cleanup vcpu_set_psr_l()
Remove redundant bit setting.
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
Remove redundant bit setting.
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
author | Alex Williamson <alex.williamson@hp.com> |
---|---|
date | Fri Mar 14 14:57:58 2008 -0600 (2008-03-14) |
parents | 716a637722e4 |
children | d2a3b823b7aa |
files | xen/arch/ia64/xen/vcpu.c |
line diff
1.1 --- a/xen/arch/ia64/xen/vcpu.c Mon Mar 10 11:55:40 2008 -0600 1.2 +++ b/xen/arch/ia64/xen/vcpu.c Fri Mar 14 14:57:58 2008 -0600 1.3 @@ -497,8 +497,6 @@ IA64FAULT vcpu_set_psr_l(VCPU * vcpu, u6 1.4 ipsr->mfh = 1; 1.5 if (newpsr.ac) 1.6 ipsr->ac = 1; 1.7 - if (newpsr.up) 1.8 - ipsr->up = 1; 1.9 if (newpsr.dt && newpsr.rt) 1.10 vcpu_set_metaphysical_mode(vcpu, FALSE); 1.11 else