]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Mar 2011 03:37:26 +0000 (20:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Mar 2011 03:37:26 +0000 (20:37 -0700)
* 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm: (35 commits)
  ARM: Update (and cut down) mach-types
  ARM: 6771/1: vexpress: add support for multiple core tiles
  ARM: 6797/1: hw_breakpoint: Fix newlines in WARNings
  ARM: 6751/1: vexpress: select applicable errata workarounds in Kconfig
  ARM: 6753/1: omap4: Enable ARM local timers with OMAP4430 es1.0 exception
  ARM: 6759/1: smp: Select local timers vs broadcast timer support runtime
  ARM: pgtable: add pud-level code
  ARM: 6673/1: LPAE: use phys_addr_t instead of unsigned long for start of membanks
  ARM: Use long long format when printing meminfo physical addresses
  ARM: integrator: add Integrator/CP sched_clock support
  ARM: realview/vexpress: consolidate SMP bringup code
  ARM: realview/vexpress: consolidate localtimer support
  ARM: integrator/versatile: consolidate FPGA IRQ handling code
  ARM: rationalize versatile family Kconfig/Makefile
  ARM: realview: remove old AMBA device DMA definitions
  ARM: versatile: remove old AMBA device DMA definitions
  ARM: vexpress: use new init_early for clock tree and sched_clock init
  ARM: realview: use new init_early for clock tree and sched_clock init
  ARM: versatile: use new init_early for clock tree and sched_clock init
  ARM: integrator: use new init_early for clock tree init
  ...

1  2 
arch/arm/Kconfig
arch/arm/kernel/setup.c
arch/arm/mach-exynos4/localtimer.c
arch/arm/mach-msm/timer.c
arch/arm/mach-omap2/Kconfig

Simple merge
Simple merge
index 2a2993ae8d86b01540040da27454642b2dc898d0,0000000000000000000000000000000000000000..6bf3d0ab96278b1c31571f9263e31ef0691265cf
mode 100644,000000..100644
--- /dev/null
@@@ -1,25 -1,0 +1,26 @@@
- void __cpuinit local_timer_setup(struct clock_event_device *evt)
 +/* linux/arch/arm/mach-exynos4/localtimer.c
 + *
 + * Cloned from linux/arch/arm/mach-realview/localtimer.c
 + *
 + *  Copyright (C) 2002 ARM Ltd.
 + *  All Rights Reserved
 + *
 + * This program is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License version 2 as
 + * published by the Free Software Foundation.
 +*/
 +
 +#include <linux/clockchips.h>
 +
 +#include <asm/irq.h>
 +#include <asm/localtimer.h>
 +
 +/*
 + * Setup the local clock events for a CPU.
 + */
++int __cpuinit local_timer_setup(struct clock_event_device *evt)
 +{
 +      evt->irq = IRQ_LOCALTIMER;
 +      twd_timer_setup(evt);
++      return 0;
 +}
Simple merge
Simple merge