From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vena.lwn.net (tex.lwn.net [70.33.254.29]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id D65221A0C32 for ; Sat, 6 Dec 2014 03:36:08 +1100 (AEDT) Date: Fri, 5 Dec 2014 11:18:18 -0500 From: Jonathan Corbet To: Ashutosh Dixit Subject: Re: [PATCH linux-next] Documentation: Build mic/mpssd only for x86_64 Message-ID: <20141205111818.551a870f@lwn.net> In-Reply-To: <25c04eb72c621fc9bdf0aae25782ff5bad5a4b97.1417728278.git.ashutosh.dixit@intel.com> References: <25c04eb72c621fc9bdf0aae25782ff5bad5a4b97.1417728278.git.ashutosh.dixit@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linux-kernel@vger.kernel.org, Peter Foley , Siva Yerramreddy , Jiri Kosina , Randy Dunlap , linux-doc@vger.kernel.org, Sudeep Dutt , Caz Yokoyama , Daniel Borkmann , Greg Kroah-Hartman , Nikhil Rao , linuxppc-dev@lists.ozlabs.org, Jennings , Dan Streetman , Dasaratharaman Chandramouli List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 4 Dec 2014 13:27:29 -0800 Ashutosh Dixit wrote: > mic/mpssd along with MIC drivers are currently only usable on > x86_64. So build mic/mpssd only for x86_64 to avoid build breaks on > big-endian systems. I can certainly apply this. But it seems to me that this kind of code doesn't belong in the documentation directory. How about a patch to move it to tools/ ? jon