[git pull] m68knommu arch fixes

From: Greg Ungerer
Date: Wed Jan 28 2009 - 00:00:35 EST


Linus,

Please pull to get m68knommu architecture fixes.

Thanks
Greg



The following changes since commit 5ee810072175042775e39bdd3eaaa68884c27805:
Linus Torvalds (1):
Fix "multiple definition of `debugfs_create_size_t'"

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git for-linus

Adrian Bunk (3):
m68knommu: set NO_DMA
m68knommu: remove obsolete and unused eLIA board
m68knommu: remove the no longer used PCI support option

Greg Ungerer (4):
m68knommu: fix cache flushing for the 527x ColdFire processors
m68knommu: remove the obsolete and long unused comempci chip support
m68knommu: fix syscall restarting
uclinux: add process name to allocation error message

John Adamson (1):
m68knommu: fix ColdFire 5272 serial baud rates in mcf.c

Matt Waddel (3):
m68knommu: add ColdFire M532x to the FEC configuration options
m68knommu: correct the mii calculations for 532x ColdFire FEC
m68knommu: fix 5329 ColdFire periphal addressing

Sebastian Siewior (1):
m68knommu: use one exist from execption

arch/m68k/include/asm/cacheflush_no.h | 11 +-
arch/m68k/include/asm/dma-mapping_no.h | 4 -
arch/m68k/include/asm/system_no.h | 2 +-
arch/m68knommu/Kconfig | 27 +-
arch/m68knommu/Makefile | 1 -
arch/m68knommu/kernel/Makefile | 1 -
arch/m68knommu/kernel/comempci.c | 980 ------------------------------
arch/m68knommu/kernel/signal.c | 15 +
arch/m68knommu/kernel/syscalltable.S | 2 +-
arch/m68knommu/platform/5307/config.c | 2 +-
arch/m68knommu/platform/532x/config.c | 8 +-
arch/m68knommu/platform/coldfire/entry.S | 15 +-
drivers/net/Kconfig | 2 +-
drivers/net/fec.c | 2 +-
drivers/serial/mcf.c | 11 +
mm/nommu.c | 4 +-
16 files changed, 52 insertions(+), 1035 deletions(-)
delete mode 100644 arch/m68knommu/kernel/comempci.c
--
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/