From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: [PATCH] xen: cleanup config.h Date: Tue, 16 Feb 2016 16:31:22 +0100 Message-ID: <1455636682-31464-1-git-send-email-jgross@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: keir@xen.org, Ian.Campbell@citrix.com, andrew.cooper3@citrix.com, ian.jackson@eu.citrix.com, tim@xen.org, david.vrabel@citrix.com, jbeulich@suse.com, xen-devel@lists.xen.org Cc: Juergen Gross List-Id: xen-devel@lists.xenproject.org config.h contains an unused definition of mk_unsigned_long(). Remove it. Signed-off-by: Juergen Gross --- 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