linux/arch/avr32/lib
Haavard Skinnemoen 168c8fa32f AVR32: Fix thinko in generic_find_next_zero_le_bit()
The existing implementation of this function seems to be looking for
a one although it should be looking for a zero. This causes trouble
for the ext2 filesystem, which tends to report -ENOSPC without this
patch.

Fix this by complementing each word before scanning.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2006-11-06 10:43:24 +01:00
..
__avr32_asr64.S
__avr32_lsl64.S
__avr32_lsr64.S
clear_user.S
copy_user.S
csum_partial_copy_generic.S
csum_partial.S
delay.c
findbit.S AVR32: Fix thinko in generic_find_next_zero_le_bit() 2006-11-06 10:43:24 +01:00
io-readsb.S
io-readsl.S
io-readsw.S
io-writesb.S
io-writesl.S
io-writesw.S
libgcc.h
longlong.h
Makefile
memcpy.S
memset.S
strncpy_from_user.S
strnlen_user.S