Changeset 8ef3818 in rtems for c/src/lib/libcpu/powerpc/old-exceptions/cpu.c
- Timestamp:
- Jun 12, 2000, 7:57:02 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 41ab6966
- Parents:
- f481c39c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/old-exceptions/cpu.c
rf481c39c r8ef3818 51 51 static void ppc_spurious(int, CPU_Interrupt_frame *); 52 52 53 int _CPU_spurious_count = 0; 54 int _CPU_last_spurious = 0; 55 53 56 void _CPU_Initialize( 54 57 rtems_cpu_table *cpu_table, … … 370 373 } 371 374 #endif 375 ++_CPU_spurious_count; 376 _CPU_last_spurious = v; 372 377 } 373 378 … … 749 754 Offset = 0x23c0; 750 755 break; 751 case PPC_IRQ_CPM_ RESERVED_0:756 case PPC_IRQ_CPM_ERROR: 752 757 Offset = 0x2400; 753 758 break;
Note: See TracChangeset
for help on using the changeset viewer.