doc: nanokernel_interrupts: fix dangling link

The "IDT Security" section was removed since the IDT is now always
in a read-only region; dynamic IRQs have been deprecated and will
be removed from the kernel.

Change-Id: Idbb7ff987bbb4f777b524d87690485d34f372d43
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2016-06-14 09:49:08 -07:00 committed by Inaky Perez-Gonzalez
commit 39f9be2615

View file

@ -96,11 +96,6 @@ Example
Working with Interrupts
***********************
Use the following:
* `Offloading ISR Work`_
* `IDT Security`_
Offloading ISR Work
===================