1. 25 2月, 2012 1 次提交
    • J
      [IA64] hpsim, initialize chip for assigned irqs · cb534855
      Jiri Slaby 提交于
      Currently, when assign_irq_vector is called and the irq connected in
      the simulator, the irq is not ready. request_irq will return ENOSYS
      immediately. It is because the irq chip is unset.
      
      Hence set the chip properly to irq_type_hp_sim. And make sure this is
      done from both users of simulated interrupts.
      
      Also we have to set handler here, otherwise we end up in
      handle_bad_int resulting in spam in logs and no irqs handled. We use
      handle_simple_irq as these are SW interrupts that need no ACK or
      anything.
      Signed-off-by: NJiri Slaby <jslaby@suse.cz>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      cb534855
  2. 02 8月, 2008 1 次提交
    • T
      [IA64] Move include/asm-ia64 to arch/ia64/include/asm · 7f30491c
      Tony Luck 提交于
      After moving the the include files there were a few clean-ups:
      
      1) Some files used #include <asm-ia64/xyz.h>, changed to <asm/xyz.h>
      
      2) Some comments alerted maintainers to look at various header files to
      make matching updates if certain code were to be changed. Updated these
      comments to use the new include paths.
      
      3) Some header files mentioned their own names in initial comments. Just
      deleted these self references.
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      7f30491c
  3. 01 9月, 2007 2 次提交