[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-ia64-devel] PATCH: mini-cleanup in vtlb.c
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. Thanks, Aron _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |