[GIT PULL] Late avr32 fixes for 2.6.27

From: Haavard Skinnemoen
Date: Fri Sep 19 2008 - 14:46:03 EST


Hi Linus,

Please pull

git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6.git master

to receive the following fixes. Among other things, this makes the ext4
filesystem build and work on avr32 (neither of which it did before).

Haavard Skinnemoen (1):
atstk1000: fix build breakage with BOARD_ATSTK100X_SW2_CUSTOM=y

Hans-Christian Egtvedt (2):
avr32: add generic_find_next_le_bit bit function
avr32: fix sys_sync_file_range() call convention

Manfred Spraul (1):
avr32: nmi_enter() without nmi_exit()

Markus Heidelberg (1):
avr32: add .gitignore files

arch/avr32/boards/atstk1000/atstk1002.c | 2 +-
arch/avr32/boot/images/.gitignore | 4 ++++
arch/avr32/kernel/.gitignore | 1 +
arch/avr32/kernel/avr32_ksyms.c | 1 +
arch/avr32/kernel/syscall-stubs.S | 9 +++++++++
arch/avr32/kernel/syscall_table.S | 2 +-
arch/avr32/kernel/traps.c | 8 ++++----
arch/avr32/lib/findbit.S | 30 ++++++++++++++++++++++++++++++
8 files changed, 51 insertions(+), 6 deletions(-)
create mode 100644 arch/avr32/boot/images/.gitignore
create mode 100644 arch/avr32/kernel/.gitignore
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/