[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xen: cleanup config.h
config.h contains an unused definition of mk_unsigned_long(). Remove it. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> --- xen/include/xen/config.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/xen/include/xen/config.h b/xen/include/xen/config.h index d780121..a992933 100644 --- a/xen/include/xen/config.h +++ b/xen/include/xen/config.h @@ -77,15 +77,6 @@ #define __STR(...) #__VA_ARGS__ #define STR(...) __STR(__VA_ARGS__) -#ifndef __ASSEMBLY__ -/* Turn a plain number into a C unsigned long constant. */ -#define __mk_unsigned_long(x) x ## UL -#define mk_unsigned_long(x) __mk_unsigned_long(x) -#else /* __ASSEMBLY__ */ -/* In assembly code we cannot use C numeric constant suffixes. */ -#define mk_unsigned_long(x) x -#endif /* !__ASSEMBLY__ */ - #ifdef CONFIG_FLASK #define XSM_MAGIC 0xf97cff8c /* Maintain statistics on the access vector cache */ -- 2.6.2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |