1. 22 Jul, 2011 23 commits
  2. 07 Jul, 2011 1 commit
    • Jonas Bonn's avatar
      asm-generic: adapt delay.h to common implementation · 30ab2b03
      Jonas Bonn authored
      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: default avatarJonas Bonn <jonas@southpole.se>
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      30ab2b03
  3. 28 Jun, 2011 16 commits