All of lore.kernel.org
 help / color / mirror / Atom feed
* odd vcpu_info accesses in xen/arch/x86/time.c
@ 2006-08-29 14:56 Jan Beulich
  2006-08-30 16:27 ` Keir Fraser
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Beulich @ 2006-08-29 14:56 UTC (permalink / raw)
  To: xen-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-08-31  8:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-29 14:56 odd vcpu_info accesses in xen/arch/x86/time.c Jan Beulich
2006-08-30 16:27 ` Keir Fraser
2006-08-31  8:08   ` [PATCH] " Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.