[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] tools/misc/xencov.c: build failure on NetBSD
On 23.05.13 12:59, Miguel Clara wrote: > For now I simply added the code to tools/misc/xencov.c > > Not sure if its the best way to do it. > > On Thu, May 23, 2013 at 10:13 AM, Ian Campbell <Ian.Campbell@xxxxxxxxxx> > wrote: >> On Wed, 2013-05-22 at 23:43 +0000, Miguel Clara wrote: >>> Christoph Egger <chegger <at> amazon.de> writes: >>> >>>> >>>> Hi, >>>> >>>> tools/misc/xencov.c fails to build. >>>> NetBSD does not have MAP_LOCKED. >>>> >>>> Christoph >>>> >>> >>> I wanted to test 4.3 on NetBSD but ended up with this problem too... In fact >>> this happened before in other parts of the code... >>> http://lists.xen.org/archives/html/xen-devel/2012-06/msg00576.html >>> >>> I guess this would fix it... >> >> Please can you confirm and if so submit a patch >> >> See http://wiki.xen.org/wiki/Submitting_Xen_Patches for some hints on >> how to do that. >> >>> >>> #ifdef __NetBSD__ >>> /* MAP_LOCKED is Linux specific. MAP_WIRED is NetBSD's equivalent. */ >>> #define MAP_LOCKED MAP_WIRED >>> #endif >>> >>> Sadly I came across another error, still searching if it was already posted, >>> otherwise I will! I send this as a proper patch. Please add your Signed-off-by. Christoph _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |