Changeset 77d20fb in rtems
- Timestamp:
- Apr 7, 1997, 9:18:50 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 11259ab7
- Parents:
- 2e4bc8b4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/m68k/cpu.c
r2e4bc8b4 r77d20fb 132 132 asm volatile ( "movec %0,%%isp" : "=r" (isp) : "0" (isp) ); 133 133 #else 134 #warning "FIX ME... NO DEDICATE INTERRUPT STACK!!!" 135 #warning "FIX ME... INTERRUPTS RUN ON A TASK STACK!!!" 134 #warning "PLEASE IMPLEMENT ME... There is NO dedicated interrupt stack" 135 #warning "on CPUs without a dedicated hardware interrupt stack!!!" 136 #warning "INTERRUPTS RUN ON A TASK STACK!!!" 136 137 #endif 137 138 } -
cpukit/score/cpu/m68k/cpu.c
r2e4bc8b4 r77d20fb 132 132 asm volatile ( "movec %0,%%isp" : "=r" (isp) : "0" (isp) ); 133 133 #else 134 #warning "FIX ME... NO DEDICATE INTERRUPT STACK!!!" 135 #warning "FIX ME... INTERRUPTS RUN ON A TASK STACK!!!" 134 #warning "PLEASE IMPLEMENT ME... There is NO dedicated interrupt stack" 135 #warning "on CPUs without a dedicated hardware interrupt stack!!!" 136 #warning "INTERRUPTS RUN ON A TASK STACK!!!" 136 137 #endif 137 138 }
Note: See TracChangeset
for help on using the changeset viewer.