-
- Downloads
Correct ffs/fls regression for PowerPC etc
Commits 02f99901 52d61227 introduced a regression where platform-specific ffs/fls implementations were defined away. This patch corrects that by using PLATFORM_xxx instead of the name itself. Signed-off-by:Simon Kagstrom <simon.kagstrom@netinsight.net> Acked-by:
Kumar Gala <galak@kernel.crashing.org> Acked-by:
Stefan Roese <sr@denx.de>
Showing
- include/asm-arm/bitops.h 0 additions, 8 deletionsinclude/asm-arm/bitops.h
- include/asm-blackfin/bitops.h 1 addition, 9 deletionsinclude/asm-blackfin/bitops.h
- include/asm-i386/bitops.h 1 addition, 1 deletioninclude/asm-i386/bitops.h
- include/asm-m68k/bitops.h 1 addition, 1 deletioninclude/asm-m68k/bitops.h
- include/asm-microblaze/bitops.h 2 additions, 1 deletioninclude/asm-microblaze/bitops.h
- include/asm-mips/bitops.h 1 addition, 12 deletionsinclude/asm-mips/bitops.h
- include/asm-nios/bitops.h 1 addition, 1 deletioninclude/asm-nios/bitops.h
- include/asm-nios2/bitops.h 1 addition, 1 deletioninclude/asm-nios2/bitops.h
- include/asm-ppc/bitops.h 2 additions, 2 deletionsinclude/asm-ppc/bitops.h
- include/asm-sh/bitops.h 1 addition, 1 deletioninclude/asm-sh/bitops.h
- include/linux/bitops.h 4 additions, 4 deletionsinclude/linux/bitops.h
Loading
Please register or sign in to comment