1. 27 7月, 2011 1 次提交
  2. 04 10月, 2009 1 次提交
    • T
      m32r: Fix IPI function calls for SMP · 0a3d31b7
      Toshihiro HANAWA 提交于
      This patch fixes the m32r SMP kernel after 2.6.27.
      
      A part of the following patch breaks m32r SMP operation.
      > m32r: convert to generic helpers for IPI function calls
      > commit 7b7426c8
      
      In the above patch, a CALL_FUNC_SINGLE_IPI was newly introduced,
      but the its IPI vector number was wrong in the patch code.
      
      The m32r SMP kernel hanged-up during boot operation, because
      the CPU_BOOT_IPI was called instead of CALL_FUNC_SINGLE_IPI
      (CPU_BOOT_IPI had no side effect at that time because the 2nd
      core had already been started up),
      as a result, csd_unlock() was not called, then a dead lock
      occurred in csd_lock_wait() after the detection of Compact Flash
      memory as IDE generic disk.
      Signed-off-by: NToshihiro HANAWA <hanawa@ccs.tsukuba.ac.jp>
      Signed-off-by: NHirokazu Takata <takata@linux-m32r.org>
      0a3d31b7
  3. 27 9月, 2008 1 次提交
    • A
      m32r/kernel/: cleanups · 81e48073
      Adrian Bunk 提交于
      This patch contains the following cleanups:
      - make the following needlessly global code static:
        - entry.S: resume_userspace
        - process.c: pm_idle
        - process.c: default_idle()
        - smp.c: send_IPI_allbutself()
        - time.c: timer_interrupt()
        - time.c: struct irq0
        - traps.c: set_eit_vector_entries()
        - traps.c: kstack_depth_to_print
        - traps.c: show_trace()
        - traps.c: die_lock
      - remove the following unused code:
        - head.S: startup_32
        - process.c: hlt_counter
        - process.c: disable_hlt()
        - process.c: enable_hlt()
        - process.c: dump_task_regs()
      - remove the following variables and their usages since they were
        always 0:
        - irq.c: irq_err_count
        - irq.c: irq_mis_count
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NHirokazu Takata <takata@linux-m32r.org>
      81e48073
  4. 26 6月, 2008 1 次提交
  5. 20 10月, 2007 1 次提交
  6. 12 10月, 2006 1 次提交
  7. 01 7月, 2006 1 次提交
  8. 12 10月, 2005 1 次提交
  9. 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