1. 23 Jan, 2004 4 commits
  2. 22 Jan, 2004 1 commit
  3. 21 Jan, 2004 2 commits
  4. 19 Jan, 2004 1 commit
  5. 16 Jan, 2004 2 commits
    • Jesse Barnes's avatar
      [PATCH] ia64: kill some more warnings · a6a86044
      Jesse Barnes authored
      Kills a warning and a false sense of safety by removing the volatile
      qualifier on cpu_to_node_map[] and node_to_cpu_mask[].  Also fix the
      printk for total processors since num_online_cpus() can return an int or
      a long depending on the value of NR_CPUS.
      a6a86044
    • Jesse Barnes's avatar
      [PATCH] ia64: fix cast in irq_lsapic.c · db503238
      Jesse Barnes authored
      This patch just updates the cast in irq_lsapic.c to use the cpumask_t
      type for the noop cast assignment to smp_affinity.
      db503238
  6. 15 Jan, 2004 2 commits
  7. 14 Jan, 2004 5 commits
    • Jes Sorensen's avatar
      [PATCH] ia64: quiet down SMP boot messages · c1e95d8b
      Jes Sorensen authored
      This patch gets rid of some superfluous printk's which get tedious on
      machines with insane number of CPUs.  The virtual/physical address bit
      info is already available via /proc/pal, so there is no need to print
      it at boot- time.
      c1e95d8b
    • Bjorn Helgaas's avatar
      [PATCH] ia64: move HCDP under serial console #ifdef · 7ba0358c
      Bjorn Helgaas authored
      Currently you can select HCDP independent of serial console.  This
      doesn't seem very useful, and makes the setup_serial_hcdp() reference
      unresolved if the serial driver is built as a module.
      
      CONFIG_SERIAL_8250_CONSOLE is only selectable if the serial core is
      built in (SERIAL_8250=y), so this patch makes sure we don't try to
      call setup_serial_hcdp() unless it is actually built in to the kernel.
      
      (I think we should also make HCDP selection dependent on
      SERIAL_8250_CONSOLE=y in Kconfig; I'll send a separate patch
      for that since it's not ia64-specific.)
      7ba0358c
    • David Mosberger's avatar
      ia64: Patch by Bjorn Helgaas: acpi_register_irq() must be exported to enable · cf6921d5
      David Mosberger authored
            modular ACPI device drivers.
      cf6921d5
    • Bjorn Helgaas's avatar
      [PATCH] ia64: system type Kconfig cleanup · eeee3e54
      Bjorn Helgaas authored
      Fix system type selection to workaround menuconfig bug (select "HP",
      get "HP-simulator").
      eeee3e54
    • Jes Sorensen's avatar
      [PATCH] ia64: header cleanup · d5f18b8e
      Jes Sorensen authored
      I fixed the code to compile with CONFIG_ACPI_NUMA and
      !CONFIG_DISCONTIG since it's actually possible to compile that
      configuration as well as cleaned up the #include usage a litte.
      d5f18b8e
  8. 12 Jan, 2004 9 commits
  9. 08 Jan, 2004 4 commits
  10. 07 Jan, 2004 1 commit
  11. 08 Jan, 2004 1 commit
  12. 07 Jan, 2004 8 commits