1. 22 Nov, 2004 1 commit
  2. 18 Nov, 2004 2 commits
  3. 16 Nov, 2004 2 commits
    • Christoph Hellwig's avatar
      [IA64] remove dead wood from asm-ia64/hardirq.h · 69b3a5ac
      Christoph Hellwig authored
      syscall_count, ksoftirqd_task, local_syscall_count, local_ksoftirqd_task
      and local_nmi_count are totally unused (and gone from other
      architectures aswell)
      
      nmi_count() is a stub only used once in arch/ia64/kernel/irq.c, so we
      can use 0 directly there.  I suspect it was added to keep irq.c in sync
      with i386, but even the CONFIG_GENERIC_HARDIRQS code (<hint>which IA64
      needs to be converted to</hint>) leaves /proc/interrupts output to the
      architecture because it's so different over the architectures.
      Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
      
      Deleted the code to print "NMI:" and a row of zeroes from irq.c -Tony
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      69b3a5ac
    • Jesse Barnes's avatar
      [IA64] fix phys. address conversion in ia64_pal_tr_read · f47da87f
      Jesse Barnes authored
      The palinfo module may call ia64_pal_tr_read using an IPI.  If the processor
      receiving the IPI is idle, the call will fail since the idle process stack is
      in region 5 and ia64_pal_tr_read uses __pa rather than ia64_tpa.  This small
      patch fixes the problem by making it use ia64_tpa instead.
      Signed-off-by: default avatarJesse Barnes <jbarnes@sgi.com>
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      f47da87f
  4. 15 Nov, 2004 35 commits