|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] PATCH: mini-cleanup in vtlb.c
On Sun, Sep 16, 2007 at 12:40:56AM -0400, Aron Griffis wrote:
> Hi Tristan,
>
> tgingold@xxxxxxx wrote: [Sat Sep 15 2007, 11:04:22PM EDT]
> > - rid = rid&RR_RID_MASK;;
> > + rid = rid & RR_RID_MASK;;
>
> This appears twice in the cleanup, verbatim... Couldn't it just be
> rid &= RR_RID_MASK? Also, why the double-semicolon? I don't think
> that means anything in C.
Yes, yes I saw this after mailing the patch! Will be fixed in my next
cleanup.
Tristan.
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|