alistair23-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 [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
__avr32_lsl64.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
__avr32_lsr64.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
clear_user.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
copy_user.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
csum_partial.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
csum_partial_copy_generic.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
delay.c [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
findbit.S AVR32: Fix thinko in generic_find_next_zero_le_bit() 2006-11-06 10:43:24 +01:00
io-readsb.S [PATCH] AVR32: Implement and export __raw_{read,write}s[bwl] 2006-10-25 20:26:33 -07:00
io-readsl.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
io-readsw.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
io-writesb.S [PATCH] AVR32: Implement and export __raw_{read,write}s[bwl] 2006-10-25 20:26:33 -07:00
io-writesl.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
io-writesw.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
libgcc.h [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
longlong.h [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
Makefile [PATCH] AVR32: Implement and export __raw_{read,write}s[bwl] 2006-10-25 20:26:33 -07:00
memcpy.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
memset.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
strncpy_from_user.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
strnlen_user.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00