|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] balloon driver
On 16 Nov 2003, at 20:43, Tim Harris wrote:
Isn't this equivalent to
(pf->flags & (PG_domain_mask != p->domain))
rather than
((pf->flags & PG_domain_mask) != p->domain)
Cheers,
Tim
It should be:
((pf->flags & PG_domain_mask) != p->domain)
Thanks, Tim.
Bin
-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|