trivial: fix comment style
Change-Id: Iaa1b27f2ac5a01598a044303ba45881ce45b2f4f Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
06b663a0d3
commit
b7a72220ea
1 changed files with 10 additions and 5 deletions
|
@ -75,11 +75,16 @@ SECTIONS {
|
|||
#ifndef CONFIG_SW_ISR_TABLE_DYNAMIC
|
||||
KEEP(*(.isr_irq*))
|
||||
|
||||
/*The following sections maps the location of the different rows for
|
||||
the _sw_isr_table. Each row maps to an IRQ entry (handler, argument).*/
|
||||
/*In ARC architecture, IRQ 0-15 are reserved for the system and are not
|
||||
assignable by the user, for that reason the linker sections start
|
||||
on IRQ 16*/
|
||||
/*
|
||||
* The following sections maps the location of the different
|
||||
* rows for the _sw_isr_table. Each row maps to an IRQ entry
|
||||
* (handler, argument).
|
||||
*
|
||||
* In ARC architecture, IRQ 0-15 are reserved for the system
|
||||
* and are not * assignable by the user, for that reason the
|
||||
* linker sections start on IRQ 16
|
||||
*/
|
||||
|
||||
/* sections for IRQ16-19 */
|
||||
KEEP(*(SORT(.gnu.linkonce.isr_irq[1][6-9])))
|
||||
/* sections for IRQ20-99 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue