[GIT PULL] UML fixes for 3.4-rc3

From: Richard Weinberger
Date: Mon Apr 09 2012 - 18:30:31 EST


Linus,

This are the UML fixes for for 3.4-rc3.

Thanks,
//richard

---
The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:

Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)

are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git for-3.4-rc3

Al Viro (3):
um: fix linker script generation
um: several x86 hw-dependent crypto modules won't build on uml
um: switch cow_user.h to htobe{32,64}/betoh{32,64}

Boaz Harrosh (1):
um: uml_setup_stubs': warning: unused variable 'pages'

Richard Weinberger (2):
um: Disintegrate asm/system.h
um: Use asm-generic/switch_to.h

arch/um/drivers/cow.h | 35 ----------
arch/um/drivers/cow_user.c | 43 ++++++------
arch/um/drivers/mconsole_kern.c | 1 +
arch/um/include/asm/Kbuild | 3 +-
arch/um/kernel/Makefile | 7 +-
arch/um/kernel/process.c | 6 +--
arch/um/kernel/skas/mmu.c | 1 -
arch/x86/Makefile.um | 3 +
arch/x86/um/asm/barrier.h | 75 +++++++++++++++++++++
arch/x86/um/asm/system.h | 135 ---------------------------------------
crypto/Kconfig | 6 +-
11 files changed, 110 insertions(+), 205 deletions(-)
create mode 100644 arch/x86/um/asm/barrier.h
delete mode 100644 arch/x86/um/asm/system.h

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