From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23118 invoked by alias); 28 Aug 2009 22:12:09 -0000 Received: (qmail 23103 invoked by uid 22791); 28 Aug 2009 22:12:08 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1-old.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 Aug 2009 22:12:01 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com ([10.11.47.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7SMBw7h004086 for ; Fri, 28 Aug 2009 18:11:58 -0400 Received: from localhost.localdomain (dhcp-100-3-156.bos.redhat.com [10.16.3.156]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7SMBue8009721; Fri, 28 Aug 2009 18:11:56 -0400 From: Masami Hiramatsu Subject: [PATCH -tip tracing/kprobes 2/2] x86: Remove unused config macros from instruction decoder selftest To: Frederic Weisbecker , Ingo Molnar , lkml Cc: systemtap, DLE, Steven Rostedt, Li Zefan, Masami Hiramatsu , Frederic Weisbecker , Jim Keniston , Ingo Molnar Date: Fri, 28 Aug 2009 22:12:00 -0000 Message-ID: <20090828221326.8778.70723.stgit@localhost.localdomain> In-Reply-To: <20090827163533.GA30268@elte.hu> References: <20090827163533.GA30268@elte.hu> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00487.txt.bz2 Remove dummy definitions of CONFIG_X86_64 and CONFIG_X86_32 because those macros are not used in the instruction decoder anymore. Signed-off-by: Masami Hiramatsu Cc: Frederic Weisbecker Cc: Jim Keniston Cc: Ingo Molnar --- arch/x86/tools/test_get_len.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/arch/x86/tools/test_get_len.c b/arch/x86/tools/test_get_len.c index a3273f4..376d338 100644 --- a/arch/x86/tools/test_get_len.c +++ b/arch/x86/tools/test_get_len.c @@ -21,11 +21,6 @@ #include #include -#ifdef __x86_64__ -#define CONFIG_X86_64 -#else -#define CONFIG_X86_32 -#endif #define unlikely(cond) (cond) #include -- Masami Hiramatsu Software Engineer Hitachi Computer Products (America), Inc. Software Solutions Division e-mail: mhiramat@redhat.com