1. 02 6月, 2005 1 次提交
  2. 18 5月, 2005 1 次提交
    • R
      [IA64-SGI] cpe interrupts are not being enabled. · bb68c12b
      Russ Anderson 提交于
      acpi_request_vector() is called in ia64_mca_init() to get the cpe_vector.
      The problem is that acpi_request_vector() looks in platform_intr_list[] to 
      get the vector, but platform_intr_list[] is not initialized with a valid
      vector until later (in sn_setup()).  Without a valid vector the code
      defaults to polling mode.
      
      This patch moves the call to acpi_request_vector() from ia64_mca_init()
      to ia64_mca_late_init(), which is after platform_intr_list[] is initialized.
      
      Signed-off-by: Russ Anderson (rja@sgi.com)
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      bb68c12b
  3. 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