1. 23 7月, 2011 10 次提交
  2. 08 7月, 2011 1 次提交
    • J
      asm-generic: adapt delay.h to common implementation · 30ab2b03
      Jonas Bonn 提交于
      Several architectures are using a common delay.h implementation that
      appears to have originated with the x86 architecture.  This common
      implementation is a bit fuller than the current asm-generic version
      and has some compile-time checks that should be interesting for all
      architectures.
      
      This patch takes the common delay.h version and replaces the rather
      trivial asm-generic version with it.  As no architecture was actually
      using asm-generic/delay.h, this change is rather innocuous; it will,
      however, allow us to switch at least four architectures over to using
      the asm-generic version.
      Signed-off-by: NJonas Bonn <jonas@southpole.se>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      30ab2b03
  3. 28 6月, 2011 28 次提交
  4. 27 6月, 2011 1 次提交
    • L
      Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm · edcda265
      Linus Torvalds 提交于
      * 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm:
        ARM: pm: ensure ARMv7 CPUs save and restore the TLS register
        ARM: pm: proc-v7: fix missing struct processor pointers for suspend code
        ARM: 6969/1: plat-iop: fix build error
        ARM: 6961/1: zImage: Add build-time check for correctly-sized proc_type entries
        ARM: SMP: wait for CPU to be marked active
        ARM: 6963/1: Thumb-2: Relax relocation requirements for non-function symbols
        ARM: 6962/1: mach-h720x: fix build error
        ARM: 6959/1: SMP build fix for entry-macro-multi.S
      edcda265