From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Guthro Subject: Re: [PATCH] x86/S3: Restore broken vcpu affinity on resume Date: Tue, 26 Mar 2013 13:23:01 -0400 Message-ID: <5151D975.5050405@citrix.com> References: <1364318408-15970-1-git-send-email-benjamin.guthro@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1364318408-15970-1-git-send-email-benjamin.guthro@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ben Guthro Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 03/26/2013 01:20 PM, Ben Guthro wrote: > + if (system_state == SYS_STATE_suspend) > + { Drat. Looks like I missed a tab here. > + cpumask_copy(v->cpu_affinity_saved, v->cpu_affinity); > + v->affinity_broken = 1; > + } > + > cpumask_setall(v->cpu_affinity); > } >