]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
tools/libs/call: Avoid xc_memalign in netbsd and solaris backends
authorIan Campbell <ian.campbell@citrix.com>
Tue, 22 Sep 2015 11:40:51 +0000 (12:40 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 22 Jan 2016 12:24:21 +0000 (12:24 +0000)
commitbf8f8fdeb4195badf2ebb9049825ea9da200d447
tree62e89b9d181d31106e42a4f04cbce7582453f028
parent139ff8ffc94d173531610e093c9a40c4688fa593
tools/libs/call: Avoid xc_memalign in netbsd and solaris backends

These are already arch specific, so just use the appropriate
interfaces (as determined by looking at the xc_memalign backend).

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libs/call/netbsd.c
tools/libs/call/solaris.c