[git pull] m68k updates for 2.6.39

From: Geert Uytterhoeven
Date: Wed Mar 16 2011 - 14:47:49 EST


Hi Linus,

The following changes since commit 521cb40b0c44418a4fd36dc633f575813d59a43d:
Linus Torvalds (1):
Linux 2.6.38

are available in the git repository at:

master.kernel.org:/pub/scm/linux/kernel/git/geert/linux-m68k.git for-linus
git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git for-linus

Andreas Schwab (1):
m68k: Allow all kernel traps to be handled via exception fixups

Geert Uytterhoeven (3):
m68k/amiga: Reclaim Chip RAM for PPC exception handlers
m68k: Kconfig - Remove unneeded "default n"
m68k/block: amiflop - Remove superfluous amiga_chip_alloc() cast

Milan Jurik (1):
m68k/atari: ARAnyM - Add support for network access

Petr Stehlik (1):
m68k/atari: Initial ARAnyM support

Roman Zippel (4):
m68k: Add helper function handle_kernel_fault()
m68k: Use base_trap_init() to initialize vectors
m68k/atari: ARAnyM - Add support for block access
m68k/atari: ARAnyM - Add support for console access

matt mooney (1):
m68k: Makefiles - Change to new flags variables

arch/m68k/Kconfig | 33 +++++-
arch/m68k/Makefile | 1 +
arch/m68k/amiga/chipram.c | 4 -
arch/m68k/emu/Makefile | 9 ++
arch/m68k/emu/natfeat.c | 78 +++++++++++
arch/m68k/emu/nfblock.c | 195 ++++++++++++++++++++++++++
arch/m68k/emu/nfcon.c | 162 ++++++++++++++++++++++
arch/m68k/emu/nfeth.c | 270 +++++++++++++++++++++++++++++++++++++
arch/m68k/include/asm/natfeat.h | 22 +++
arch/m68k/include/asm/processor.h | 2 +
arch/m68k/kernel/setup.c | 5 +
arch/m68k/kernel/signal.c | 24 +++-
arch/m68k/kernel/traps.c | 20 ++-
arch/m68k/math-emu/Makefile | 4 +-
arch/m68k/mm/fault.c | 16 +--
drivers/block/amiflop.c | 4 +-
16 files changed, 815 insertions(+), 34 deletions(-)
create mode 100644 arch/m68k/emu/Makefile
create mode 100644 arch/m68k/emu/natfeat.c
create mode 100644 arch/m68k/emu/nfblock.c
create mode 100644 arch/m68k/emu/nfcon.c
create mode 100644 arch/m68k/emu/nfeth.c
create mode 100644 arch/m68k/include/asm/natfeat.h

Thanks for pulling!

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
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/