1. 05 1月, 2012 2 次提交
  2. 21 11月, 2011 1 次提交
  3. 22 9月, 2009 1 次提交
    • M
      ixp4xx: arch_idle() documentation fixup · 74c32e72
      Mikael Pettersson 提交于
      The body of the mach-ixp4xx arch_idle() is mysteriously
      disabled by an #if 0 .. #endif. Normally one would expect
      to find a call to cpu_do_idle() there, but that call is
      disabled, even though cpu_do_idle() is implemented for
      XScale cores (and ixp4xx is one).
      
      The explanation can be found in the ixp42x developer's manual
      which states that the XScale core clock and power management
      registers aren't implemented on ixp42x [3.5.2.2].
      
      Also, the disabled code has suffered from bit rot:
      - it checks hlt_counter which is obsolete, as that variable
        and all related code now is private to kernel/process.c
      - it passes too many parameters to cpu_do_idle()
      
      So this patch:
      - adds a comment before the #if 0 to explain why
        cpu_do_idle() mustn't be called on ixp4xx
      - removes the obsolete test of hlt_counter and the
        obsolete parameter to cpu_do_idle()
      
      This is purely a documentation fixup and changes no
      generated code. Even so, it has been tested on an
      ixp420 machine (ds101).
      Signed-off-by: NMikael Pettersson <mikpe@it.uu.se>
      Signed-off-by: NKrzysztof Hałasa <khc@pm.waw.pl>
      74c32e72
  4. 20 3月, 2009 1 次提交
    • R
      [ARM] pass reboot command line to arch_reset() · be093beb
      Russell King 提交于
      OMAP wishes to pass state to the boot loader upon reboot in order to
      instruct it whether to wait for USB-based reflashing or not.  There is
      already a facility to do this via the reboot() syscall, except we ignore
      the string passed to machine_restart().
      
      This patch fixes things to pass this string to arch_reset().  This means
      that we keep the reboot mode limited to telling the kernel _how_ to
      perform the reboot which should be independent of what we request the
      boot loader to do.
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      be093beb
  5. 07 8月, 2008 2 次提交
  6. 04 10月, 2006 1 次提交
  7. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4