Message ID | 1450809903-3393-2-git-send-email-ian.jackson@eu.citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, 2015-12-22 at 18:44 +0000, Ian Jackson wrote: > This means that callers in libxl_internal.h can use it (eg, inline > functions). No functional change. > > Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> (could go in now despite RFC-ness of the series as a whole)
diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index a556a38..e442996 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -121,6 +121,8 @@ #define MB(_mb) (_AC(_mb, ULL) << 20) #define GB(_gb) (_AC(_gb, ULL) << 30) +#define FILLZERO LIBXL_FILLZERO + #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) #define ROUNDUP(_val, _order) \ @@ -3545,9 +3547,6 @@ _hidden void libxl__domain_suspend_callback(void *data); }) -#define FILLZERO LIBXL_FILLZERO - - /* * All of these assume (or define) * libxl__gc *gc;
This means that callers in libxl_internal.h can use it (eg, inline functions). No functional change. Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com> --- v6: New patch. --- tools/libxl/libxl_internal.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)