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

2015-06-22 Thread Nicolai Stange
Jean Delvare writes: > Le Sunday 21 June 2015 à 19:59 +0200, Nicolai Stange a écrit : >> David Miller writes: >>> 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 a

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

2015-06-22 Thread Jean Delvare
Le Sunday 21 June 2015 à 19:59 +0200, Nicolai Stange a écrit : > David Miller writes: > >> 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.

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

2015-06-21 Thread Nicolai Stange
David Miller writes: >> 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. > Applied, but we're long overdue for an across-the-board-available >

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

2015-06-21 Thread David Miller
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: >

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

2015-06-17 Thread Nicolai Stange
> Acked-by: Jean Delvare Jean, thank you very much for your prompt reaction! -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

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

2015-06-16 Thread Jean Delvare
Le Wednesday 17 June 2015 à 03:05 +0200, Nicolai Stange a écrit : > 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:

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

2015-06-16 Thread Nicolai Stange
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 th