1. 09 5月, 2015 1 次提交
  2. 29 3月, 2015 1 次提交
  3. 30 9月, 2013 1 次提交
    • W
      ARM: smp_on_up: move inline asm ALT_SMP patching macro out of spinlock.h · 27a84793
      Will Deacon 提交于
      Patching UP/SMP alternatives inside inline assembly blocks is useful
      outside of the spinlock implementation, where it is used for sev and wfe.
      
      This patch lifts the macro into processor.h and gives it a scarier name
      to (a) avoid conflicts in the global namespace and (b) to try and deter
      its usage unless you "know what you're doing". The W macro for generating
      wide instructions when targetting Thumb-2 is also made available under
      the name WASM, to reduce the potential for conflicts with other headers.
      Acked-by: NNicolas Pitre <nico@linaro.org>
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      27a84793
  4. 16 1月, 2012 1 次提交
  5. 19 9月, 2009 1 次提交
  6. 24 7月, 2009 1 次提交