lkml.org 
[lkml]   [2015]   [Mar]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectEnable 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


\
 
 \ /
  Last update: 2015-03-25 09:01    [W:0.130 / U:0.224 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site