Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1169619

Re: [PATCH] isdn: disable HiSax NetJet driver on microblaze arch

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH] isdn: disable HiSax NetJet driver on microblaze arch
Date 2015-06-21 18:50 +0200
Message-ID <pDQBs-2gk-17@gated-at.bofh.it> (permalink)
References <pCa1z-2Is-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Nicolai Stange <nicstange@gmail.com>
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 <nicstange@gmail.com>
> ---
>  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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH] isdn: disable HiSax NetJet driver on microblaze arch David Miller <davem@davemloft.net> - 2015-06-21 18:50 +0200
  Re: [PATCH] isdn: disable HiSax NetJet driver on microblaze arch Nicolai Stange <nicstange@gmail.com> - 2015-06-21 20:00 +0200
    Re: [PATCH] isdn: disable HiSax NetJet driver on microblaze arch Jean Delvare <jdelvare@suse.de> - 2015-06-22 13:30 +0200
      Re: [PATCH] isdn: disable HiSax NetJet driver on microblaze arch Nicolai Stange <nicstange@gmail.com> - 2015-06-22 14:40 +0200

csiph-web