[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH for-next 2/7] x86: fix up hyperv-tlfs.h
On Tue, Dec 10, 2019 at 04:35:41PM +0100, Jan Beulich wrote: > On 25.10.2019 11:16, Wei Liu wrote: > > Do the following: > > 1. include xen/types.h and xen/bitops.h > > 2. fix up invocations of BIT macro > > Is it truly BIT(..., UL) in _all_ cases, and not BIT(..., U) in some? In Linux BIT is #define BIT(nr) (UL(1) << nr) so yes Linux developers did mean UL everywhere. I haven't checked them one by one per TLFS's definitions though. Wei. > > > Signed-off-by: Wei Liu <liuwe@xxxxxxxxxxxxx> > > --- > > This can be squashed into previous patch if preferred. > > Afaic - yes please. > > Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |