[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150325075720.GA18552@station.rsr.lip6.fr>
Date: Wed, 25 Mar 2015 08:57:20 +0100
From: Valentin Rothberg <valentinrothberg@...il.com>
To: david.daney@...ium.com
Cc: ralf@...ux-mips.org, linux-mips@...ux-mips.org,
linux-kernel@...r.kernel.org, lrosenboim@...iumnetworks.com,
aleksey.makarov@...iga.com
Subject: Enable little endian kernel: misspelled Kconfig item
Hi David,
your commit 9861908f081f ("MIPS: OCTEON: Enable little endian kernel.")
adds the following conditional select to arch/mips/Kconfig:
+ select SYS_SUPPORTS_HOTPLUG_CPU if CONFIG_CPU_BIG_ENDIAN
The problem is the 'CONFIG_' prefix for 'CPU_BIG_ENDIAN'. The item is
always off since the prefix does not work as we are in a Kconfig file.
Hence, the if-statement never evaluates to true.
It can be fixed by simply removing the 'CONFIG_' prefix.
I detected this commit with ./scripts/checkkconfigsymbols.py. Commit
b1a3f243485f ("checkkconfigsymbols.py: make it Git aware") added support
to check (and compare) undefined Kconfig symbols in Git commits.
Kind regards,
Valentin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists