1. 08 1月, 2013 1 次提交
    • R
      ARM: highbank: fix secondary boot and hotplug · 0b3455a7
      Rob Herring 提交于
      With commit 384a2902 (ARM: gic: use a private mapping for CPU target
      interfaces), wake-up IPIs now go to all cores as the gic cpu interface
      numbering may not follow core numbering. This broke secondary boot on
      highbank since the boot address was already set for all secondary cores,
      this caused all cores to boot before the kernel was ready.
      
      Fix this by moving the setting of the jump address to
      highbank_boot_secondary instead of highbank_smp_prepare_cpus and
      highbank_cpu_die. Also, clear the address when we boot. This prevents
      cores from booting before they are actually triggered and is also necessary
      to get suspend/resume to work.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Nicolas Pitre <nicolas.pitre@linaro.org>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      0b3455a7
  2. 01 11月, 2012 1 次提交
    • R
      ARM: highbank: abstract out SCU usage · 7a2848d3
      Rob Herring 提交于
      In preparation for A15 support on ECX-2000, the direct calls to SCU
      registers must be conditional. The SCU power mode register is replaced by
      a custom register on ECX-2000.
      
      Rather than read the number of cores from the SCU, just hardcode it to 4.
      This removes one use of SCU and removes the need for the SCU to be
      statically mapped. The cpu initialization will ultimately come from DT.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      7a2848d3
  3. 14 9月, 2012 1 次提交
  4. 31 10月, 2011 2 次提交
  5. 10 9月, 2009 1 次提交
  6. 02 8月, 2008 1 次提交
    • T
      [IA64] Move include/asm-ia64 to arch/ia64/include/asm · 7f30491c
      Tony Luck 提交于
      After moving the the include files there were a few clean-ups:
      
      1) Some files used #include <asm-ia64/xyz.h>, changed to <asm/xyz.h>
      
      2) Some comments alerted maintainers to look at various header files to
      make matching updates if certain code were to be changed. Updated these
      comments to use the new include paths.
      
      3) Some header files mentioned their own names in initial comments. Just
      deleted these self references.
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      7f30491c
  7. 27 4月, 2008 1 次提交