forked from Imagelibrary/rtems
doc: Fix interrupt level ARM documentation
This commit is contained in:
@@ -152,10 +152,9 @@ confusion.
|
|||||||
|
|
||||||
@subsection Interrupt Levels
|
@subsection Interrupt Levels
|
||||||
|
|
||||||
The RTEMS interrupt level mapping scheme for the ARM is not a numeric level as
|
There are exactly two interrupt levels on ARM with respect to RTEMS. Level
|
||||||
on most RTEMS ports. It is a bit mapping that corresponds the enable bit
|
zero corresponds to interrupts enabled. Level one corresponds to interrupts
|
||||||
postions in the Current Program Status Register (CPSR). There are only two
|
disabled.
|
||||||
levels: IRQ enabled and IRQ disabled.
|
|
||||||
|
|
||||||
@subsection Interrupt Stack
|
@subsection Interrupt Stack
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user