From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: odd vcpu_info accesses in xen/arch/x86/time.c Date: Tue, 29 Aug 2006 15:56:26 +0100 Message-ID: <44F471BA.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Is there a particular reason why in several places in this file, with a vcpu pointer at hand, the vcpu_info is accessed through v->domain->shared_info->vcpu_info[v->vcpu_id] rather than v->vcpu_info Thanks, Jan