linux/arch/xtensa
Max Filippov c5a285bb1b xtensa: fix str[n]cmp return value
str[n]cmp functions return negative value if the first string is less
than the second, positive value if the first string is greater than the
second and zero if they are equal. This is important when these
functions are used for sorting/binary search.

With incorrect strcmp return value bsearch was always failing in the
find_symbol_in_section making it impossible to load any module.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
2013-02-23 19:22:31 -08:00
..
boot xtensa: use new common dtc rule 2013-02-23 19:12:52 -08:00
configs xtensa: drop CONFIG_EMBEDDED_RAMDISK 2012-10-03 15:13:09 -07:00
include xtensa: fix str[n]cmp return value 2013-02-23 19:22:31 -08:00
kernel xtensa: avoid mmap cache aliasing 2013-02-23 19:12:53 -08:00
lib xtensa: clean up files to make them code-style compliant 2012-12-18 21:10:25 -08:00
mm xtensa: clean up files to make them code-style compliant 2012-12-18 21:10:25 -08:00
platforms xtensa: rename prom_update_property to of_update_property 2013-02-23 19:12:51 -08:00
variants xtensa: Add config files for Diamond 233L - Rev C processor variant 2013-02-23 19:12:52 -08:00
Kconfig xtensa: fix ipc_parse_version selection 2013-02-23 19:12:52 -08:00
Kconfig.debug xtensa: add s32c1i sanity check 2012-12-18 21:10:22 -08:00
Makefile xtensa: Add config files for Diamond 233L - Rev C processor variant 2013-02-23 19:12:52 -08:00