Changeset 591d45e in rtems for c/src/exec/score/cpu/hppa1.1/cpu.c
- Timestamp:
- 10/06/95 20:49:51 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ea74482
- Parents:
- eb5a7e07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/hppa1.1/cpu.c
reb5a7e07 r591d45e 208 208 hppa_external_interrupt_initialize(void) 209 209 { 210 hppa_rtems_isr_entry ignore = 0;210 proc_ptr ignore; 211 211 212 212 /* mark them all unused */ … … 219 219 HPPA_INTERRUPT_EXTERNAL_INTERRUPT, 220 220 (proc_ptr)hppa_external_interrupt, 221 (proc_ptr *)ignore221 &ignore 222 222 ); 223 223 }
Note: See TracChangeset
for help on using the changeset viewer.