Changeset fc5e2d73 in rtems
- Timestamp:
- 01/15/97 20:21:48 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b1b5a7cb
- Parents:
- d135fc52
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/m68k/cpu.c
rd135fc52 rfc5e2d73 132 132 asm volatile ( "movec %0,%%isp" : "=r" (isp) : "0" (isp) ); 133 133 #else 134 #warning "FIX ME... HOW DO I INSTALL THE INTERRUPT STACK!!!" 134 #warning "FIX ME... NO DEDICATE INTERRUPT STACK!!!" 135 #warning "FIX ME... INTERRUPTS RUN ON A TASK STACK!!!" 135 136 #endif 136 137 } -
c/src/exec/score/cpu/m68k/cpu_asm.s
rd135fc52 rfc5e2d73 161 161 addql #4,a7 | remove vector number 162 162 163 /*164 * The following entry should be unnecessary once the support is165 * in place to know what vector we got on a 68000 core.166 */167 168 163 subql #1,SYM (_ISR_Nest_level) | one less nest level 169 164 subql #1,SYM (_Thread_Dispatch_disable_level) -
cpukit/score/cpu/m68k/cpu.c
rd135fc52 rfc5e2d73 132 132 asm volatile ( "movec %0,%%isp" : "=r" (isp) : "0" (isp) ); 133 133 #else 134 #warning "FIX ME... HOW DO I INSTALL THE INTERRUPT STACK!!!" 134 #warning "FIX ME... NO DEDICATE INTERRUPT STACK!!!" 135 #warning "FIX ME... INTERRUPTS RUN ON A TASK STACK!!!" 135 136 #endif 136 137 }
Note: See TracChangeset
for help on using the changeset viewer.