Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 324f80cc authored by Johannes Berg's avatar Johannes Berg Committed by Richard Weinberger
Browse files

um: Place (soft)irq text with macros



Otherwise it gets placed without the start/end markers.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 7a1bb4f9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -70,6 +70,8 @@ SECTIONS
    SCHED_TEXT
    CPUIDLE_TEXT
    LOCK_TEXT
    IRQENTRY_TEXT
    SOFTIRQENTRY_TEXT
    *(.fixup)
    *(.stub .text.* .gnu.linkonce.t.*)
    /* .gnu.warning sections are handled specially by elf32.em.  */
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ SECTIONS
    SCHED_TEXT
    CPUIDLE_TEXT
    LOCK_TEXT
    IRQENTRY_TEXT
    SOFTIRQENTRY_TEXT
    *(.fixup)
    /* .gnu.warning sections are handled specially by elf32.em.  */
    *(.gnu.warning)