Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1734310
| From | Babu Moger <babu.moger@oracle.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] arch: Fix duplicates in Kconfig for parisc and sparc |
| Date | 2017-09-18 19:00 +0200 |
| Message-ID | <ur7yP-mI-27@gated-at.bofh.it> (permalink) |
| References | <ur7yO-mI-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Fix duplicates for sparc and parisc. This was due these following commits.
1. commit 4c97a0c8fee3 ("arch: define CPU_BIG_ENDIAN for all fixed big
endian archs")
2. commit 97d9f969161d ("arch/sparc: Define config parameter
CPU_BIG_ENDIAN")
3. commit 74ad3d28af21 ("parisc: Define CONFIG_CPU_BIG_ENDIAN")
Remove duplicates.
Signed-off-by: Babu Moger <babu.moger@oracle.com>
---
arch/parisc/Kconfig | 3 ---
arch/sparc/Kconfig | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index ba7b7dd..1364851 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -59,9 +59,6 @@ config PARISC
config CPU_BIG_ENDIAN
def_bool y
-config CPU_BIG_ENDIAN
- def_bool y
-
config MMU
def_bool y
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 0be3828..a4a6261 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -97,9 +97,6 @@ config ARCH_PROC_KCORE_TEXT
config CPU_BIG_ENDIAN
def_bool y
-config CPU_BIG_ENDIAN
- def_bool y
-
config ARCH_ATU
bool
default y if SPARC64
--
1.7.1
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/2] Fix duplicates and change default endian for microblaze Babu Moger <babu.moger@oracle.com> - 2017-09-18 19:00 +0200
[PATCH 2/2] arch: change default endian for microblaze Babu Moger <babu.moger@oracle.com> - 2017-09-18 19:00 +0200
Re: [PATCH 2/2] arch: change default endian for microblaze Michal Simek <monstr@monstr.eu> - 2017-09-18 19:50 +0200
Re: [PATCH 2/2] arch: change default endian for microblaze Babu Moger <babu.moger@oracle.com> - 2017-09-18 20:10 +0200
Re: [PATCH 2/2] arch: change default endian for microblaze Michal Simek <monstr@monstr.eu> - 2017-09-25 15:40 +0200
[PATCH 1/2] arch: Fix duplicates in Kconfig for parisc and sparc Babu Moger <babu.moger@oracle.com> - 2017-09-18 19:00 +0200
csiph-web