[GIT PULL] parisc updates for the 2.6.38 merge window

From: James Bottomley
Date: Mon Mar 21 2011 - 12:46:02 EST


There are two major changes in this: one is our full conversion to the
generic IRQ handlers thanks to tglx and the other is switching us to use
tmpalias flushing (a change which means that our coherency no-longer
relies on the mechanics of page tables being present). We still have
quite a lot of work to do, but the change to tmpalias flushing is at
last allowing us to track down some of the very infrequent coherency
issues on the platform.

The patch is available here:

master.kernel.org:/pub/scm/linux/kernel/git/jejb/parisc-2.6.git#for-linus

The short changelog is:

James Bottomley (3):
[PARISC] fix vmap flush/invalidate
eliminate special FLUSH flag from page table
parisc: flush pages through tmpalias space

Thomas Gleixner (2):
[PARISC] Convert to new irq_chip functions
[PARISC] fix per-cpu flag problem in the cpu affinity checkers

And the diffstat

arch/parisc/Kconfig | 1 +
arch/parisc/include/asm/cacheflush.h | 31 +++--
arch/parisc/include/asm/irq.h | 13 +--
arch/parisc/include/asm/pgtable.h | 14 +--
arch/parisc/kernel/cache.c | 109 +++-------------
arch/parisc/kernel/entry.S | 217 +++++++++++++++++-------------
arch/parisc/kernel/irq.c | 64 +++++----
arch/parisc/kernel/pacache.S | 245 +++++++++++++++-------------------
drivers/parisc/dino.c | 22 ++--
drivers/parisc/eisa.c | 12 +-
drivers/parisc/gsc.c | 22 ++--
drivers/parisc/iosapic.c | 40 +++---
drivers/parisc/superio.c | 12 +-
13 files changed, 375 insertions(+), 427 deletions(-)

James


--
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/