Changeset a7ec6fa in rtems for doc


Ignore:
Timestamp:
08/20/14 20:49:42 (10 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
dc661c8
Parents:
b088292
Message:

or1k.t: Fix spelling errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/cpu_supplement/or1k.t

    rb088292 ra7ec6fa  
    6060@subsection Interrupt Stack
    6161
    62 OpenRISC RTEMS port uses RTEMS SW interrupt stack.
    63 The stack for interrupts is allocated during interrupt driver initilization.
    64 When an  interrup entered, the _ISR_Handler routine is resposible for
    65 switching from the interrupted task stack to RTEMS SW interrupt stack.
     62The OpenRISC RTEMS port uses a dedicated software interrupt stack.
     63The stack for interrupts is allocated during interrupt driver initialization.
     64When an  interrupt is entered, the _ISR_Handler routine is responsible for
     65switching from the interrupted task stack to RTEMS software interrupt stack.
    6666
    6767@section Default Fatal Error Processing
Note: See TracChangeset for help on using the changeset viewer.