Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756059AbbFUQmV (ORCPT ); Sun, 21 Jun 2015 12:42:21 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:46543 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751775AbbFUQmO (ORCPT ); Sun, 21 Jun 2015 12:42:14 -0400 Date: Sun, 21 Jun 2015 09:54:00 -0700 (PDT) Message-Id: <20150621.095400.890337700038231482.davem@davemloft.net> To: nicstange@gmail.com Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, isdn@linux-pingi.de, jdelvare@suse.de Subject: Re: [PATCH] isdn: disable HiSax NetJet driver on microblaze arch From: David Miller In-Reply-To: <87pp4vw3ep.fsf@gmail.com> References: <87pp4vw3ep.fsf@gmail.com> X-Mailer: Mew version 6.4 on Emacs 23.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 21 Jun 2015 09:42:13 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1205 Lines: 27 From: Nicolai Stange Date: Wed, 17 Jun 2015 03:05:02 +0200 > Fix an allmodconfig compilation failer on microblaze due to big endian > architectures being apparently unsupported by the NetJet code: > drivers/isdn/hisax/nj_s.c: In function 'setup_netjet_s': > drivers/isdn/hisax/nj_s.c:265:2: > error: #error "not running on big endian machines now" > > Modify the relevant Kconfig such that the NetJet code is not built on > microblaze anymore. > > Note that endianess on microblaze is not determined through Kconfig, > but by means of a compiler provided CPP macro, namely __MICROBLAZEEL__. > However, gcc defaults to big endianess on that platform. > > Signed-off-by: Nicolai Stange > --- > The maintainer tree listed under "ISDN SUBSYSTEM" in MAINTAINERS does > not exist anymore. I created the diff against the Linus tree. Applied, but we're long overdue for an across-the-board-available endianness Kconfig option that can flat out be used in these situations. The current way this is handled is at best, a mess. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/