Changeset fc5e2d73 in rtems


Ignore:
Timestamp:
01/15/97 20:21:48 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b1b5a7cb
Parents:
d135fc52
Message:

fixed comments on vanilla 68000 SW interrupt stack (or the lack thereof)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/m68k/cpu.c

    rd135fc52 rfc5e2d73  
    132132  asm volatile ( "movec %0,%%isp" : "=r" (isp) : "0" (isp) );
    133133#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!!!"
    135136#endif
    136137}
  • c/src/exec/score/cpu/m68k/cpu_asm.s

    rd135fc52 rfc5e2d73  
    161161        addql   #4,a7                    | remove vector number
    162162
    163 /*
    164  *   The following entry should be unnecessary once the support is
    165  *   in place to know what vector we got on a 68000 core.
    166  */
    167 
    168163        subql   #1,SYM (_ISR_Nest_level) | one less nest level
    169164        subql   #1,SYM (_Thread_Dispatch_disable_level)
  • cpukit/score/cpu/m68k/cpu.c

    rd135fc52 rfc5e2d73  
    132132  asm volatile ( "movec %0,%%isp" : "=r" (isp) : "0" (isp) );
    133133#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!!!"
    135136#endif
    136137}
Note: See TracChangeset for help on using the changeset viewer.