Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1169633
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Nicolai Stange <nicstange@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] isdn: disable HiSax NetJet driver on microblaze arch |
| Date | Sun, 21 Jun 2015 20:00:02 +0200 |
| Message-ID | <pDRHc-3NF-7@gated-at.bofh.it> (permalink) |
| References | <pCa1z-2Is-3@gated-at.bofh.it> <pDQBs-2gk-17@gated-at.bofh.it> |
| X-Original-To | David Miller <davem@davemloft.net> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=9BPhUs5lq1XxvHTHucRKV8D930RrTpoCWNRNXjNob10=; b=MtP1rMRje2eG3VIeNWkW54W2IE+8tB94OfG5p7h9oE0zUk4APytGNbtbW+TJegkA1p 1OZqa6Kon3MuROpemAuocIrCgYBZge2XgoOunBNAm0jEgzQxJgZBiptQSUcFOfegqIhL 5CJO1nwxe4C4Hr8ZaszsEx30RuLySI4tX1d4iWT5Vkv6m2ouyIzpwHictL2SX2XuKZ56 c6BjJP7OVfXt95iq4VgLlDFd0UK8VilyUZfhT83XbuScS29dtW6Su5HfZF5oPqBqV8KC oegoBgQV5W/WNZLYI02wTVFHZhB8M/ZQlGLwwhOLX3Z9ZQvokd5VoXcLZ3vlEUnctaGl xapw== |
| X-Received | by 10.180.206.229 with SMTP id lr5mr25091773wic.86.1434909553926; Sun, 21 Jun 2015 10:59:13 -0700 (PDT) |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 18 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | nicstange@gmail.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, isdn@linux-pingi.de, jdelvare@suse.de |
| X-Original-Date | Sun, 21 Jun 2015 19:59:11 +0200 |
| X-Original-Message-ID | <87y4jdc58w.fsf@gmail.com> |
| X-Original-References | <87pp4vw3ep.fsf@gmail.com> <20150621.095400.890337700038231482.davem@davemloft.net> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | aioe.org linux.kernel:1169633 |
Show key headers only | View raw
David Miller <davem@davemloft.net> 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
> endianness Kconfig option that can flat out be used in these situations.
> The current way this is handled is at best, a mess.
Thanks!
Regarding the general Kconfig endianess symbol, I will do another patch
based on the information of
git grep '_endian\.h' -- arch/
and supply every arch with either of CONFIG_CPU_{LITTLE,BIG}_ENDIAN if
lacking.
--
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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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