]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 May 2013 22:15:27 +0000 (15:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 May 2013 22:15:27 +0000 (15:15 -0700)
Pull arm64 update from Catalin Marinas:

 - Since drivers/irqchip/irq-gic.c no longer has dependencies on arm32
   specifics (the 'gic' branch merged), it can be enabled on arm64.

 - Enable arm64 support for poweroff/restart (for code under
   drivers/power/reset/).

 - Fixes (dts file, exception handling, bitops)

* tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64:
  arm64: Treat the bitops index argument as an 'int'
  arm64: Ignore the 'write' ESR flag on cache maintenance faults
  arm64: dts: fix #address-cells for foundation-v8
  arm64: vexpress: Add support for poweroff/restart
  arm64: Enable support for the ARM GIC interrupt controller

1  2 
arch/arm64/kernel/process.c

index f4919721f7dde20ea0fabb3369395c2359b7cc34,bbefb6fdfee220ec8ab43b709b29fd82b5705f02..46f02c3b5015ece9b1ca0ab4d57d9540a3288e67
@@@ -81,13 -81,9 +81,13 @@@ void soft_restart(unsigned long addr
  void (*pm_power_off)(void);
  EXPORT_SYMBOL_GPL(pm_power_off);
  
- void (*pm_restart)(const char *cmd);
- EXPORT_SYMBOL_GPL(pm_restart);
+ void (*arm_pm_restart)(char str, const char *cmd);
+ EXPORT_SYMBOL_GPL(arm_pm_restart);
  
 +void arch_cpu_idle_prepare(void)
 +{
 +      local_fiq_enable();
 +}
  
  /*
   * This is our default idle handler.