|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [patch 3/3] [PATCH] evtchn: fix opencoded for_each_cpu
On Wed, May 24, 2006 at 12:00:03AM -0700, Chris Wright wrote:
> Use for_each_cpu instead, or statically initialize data when
> possible.
for_each_cpu is going away, this should be
for_each_possible/present/online_cpu, whichever one is appropriate.
Cheers,
Muli
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|