/[qemu]/qemu/hw/heathrow_pic.c
ViewVC logotype

Diff of /qemu/hw/heathrow_pic.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by bellard, Sun Jun 5 15:21:57 2005 UTC revision 1.2 by bellard, Mon Nov 21 23:29:55 2005 UTC
# Line 45  static inline int check_irq(HeathrowPIC Line 45  static inline int check_irq(HeathrowPIC
45  static void heathrow_pic_update(HeathrowPICS *s)  static void heathrow_pic_update(HeathrowPICS *s)
46  {  {
47      if (check_irq(&s->pics[0]) || check_irq(&s->pics[1])) {      if (check_irq(&s->pics[0]) || check_irq(&s->pics[1])) {
48          cpu_interrupt(cpu_single_env, CPU_INTERRUPT_HARD);          cpu_interrupt(first_cpu, CPU_INTERRUPT_HARD);
49      } else {      } else {
50          cpu_reset_interrupt(cpu_single_env, CPU_INTERRUPT_HARD);          cpu_reset_interrupt(first_cpu, CPU_INTERRUPT_HARD);
51      }      }
52  }  }
53    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26