Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-stable
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 19 May 2013 00:22:53 +0000 (01:22 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 22 May 2013 09:52:24 +0000 (10:52 +0100)
Pull ARM-v7M support from Uwe Kleine-König:
"All but the last patch were in next since next-20130418 without issues.
The last patch fixes a problem in combination with

  8164f7a (ARM: 7680/1: Detect support for SDIV/UDIV from ISAR0 register)

which triggers a WARN_ON without an implemented read_cpuid_ext.

The branch merges fine into v3.10-rc1 and I'd be happy if you pulled it
for 3.11-rc1. The only missing piece to be able to run a Cortex-M3 is
the irqchip driver that will go in via Thomas Gleixner and platform
specific stuff."

1  2 
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/include/asm/glue-cache.h
arch/arm/kernel/entry-common.S
arch/arm/kernel/entry-header.S
arch/arm/kernel/setup.c
arch/arm/kernel/traps.c
arch/arm/mm/Kconfig
arch/arm/mm/Makefile

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 1522c7ae31b0c239901237569bad5cbb4ec7b02e,829124590e4c16eb889a48fe54183a095d589e51..ea5cd6e3beb6d8646798b66a4e7b7dceb0a004eb
@@@ -390,8 -384,9 +401,9 @@@ static void __init feat_v6_fixup(void
   *
   * cpu_init sets up the per-CPU stacks.
   */
 -void cpu_init(void)
 +void notrace cpu_init(void)
  {
+ #ifndef CONFIG_CPU_V7M
        unsigned int cpu = smp_processor_id();
        struct stack *stk = &stacks[cpu];
  
Simple merge
Simple merge
Simple merge