Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756590Ab0FNRk3 (ORCPT ); Mon, 14 Jun 2010 13:40:29 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:49103 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753829Ab0FNRkZ (ORCPT ); Mon, 14 Jun 2010 13:40:25 -0400 Date: Mon, 14 Jun 2010 13:39:26 -0400 From: Christoph Hellwig To: Srikar Dronamraju Cc: Peter Zijlstra , Ingo Molnar , Masami Hiramatsu , Mel Gorman , Roland McGrath , Randy Dunlap , Arnaldo Carvalho de Melo , Steven Rostedt , Linus Torvalds , "H. Peter Anvin" , Christoph Hellwig , Ananth N Mavinakayanahalli , Oleg Nesterov , Mark Wielaard , Mathieu Desnoyers , Andrew Morton , Jim Keniston , Frederic Weisbecker , "Rafael J. Wysocki" , "Frank Ch. Eigler" , LKML , "Paul E. McKenney" Subject: Re: [PATCH v5 1/14] X86 instruction analysis: Move Macro W to insn.h Message-ID: <20100614173926.GA23754@infradead.org> References: <20100614082748.29068.21995.sendpatchset@localhost6.localdomain6> <20100614082803.29068.41025.sendpatchset@localhost6.localdomain6> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100614082803.29068.41025.sendpatchset@localhost6.localdomain6> User-Agent: Mutt/1.5.20 (2009-08-17) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 719 Lines: 19 On Mon, Jun 14, 2010 at 01:58:03PM +0530, Srikar Dronamraju wrote: > move_W_to_insn.patch > > From: Srikar Dronamraju > > Move Macro W to asm/insn.h > > Macro W used to know if the instructions are valid for > user-space/kernel space. This macro is used by kprobes and > user_bkpt. (i.e user space breakpoint assistance layer.) So moving it > to a common header file asm/insn.h. I don't think W is a good name for a macro in a header file. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/