• Martin Schwidefsky's avatar
    s390: use proper expoline sections for .dma code · bf726301
    Martin Schwidefsky authored
    The text_dma.S code uses its own macro to generate an inline version of an
    expoline. To make it easier to identify all expolines in the kernel use a
    thunk and a branch to the thunk just like the rest of the kernel code does
    it.
    
    The name of the text_dma.S expoline thunk is __dma__s390_indirect_jump_r14
    and the section is named .dma.text.__s390_indirect_jump_r14.
    
    This will be needed for the objtool support.
    Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
    bf726301
text_dma.S 3.61 KB