sparc: Add .exit.data section.
authorDavid S. Miller <davem@davemloft.net>
Sun, 12 Jan 2020 08:07:42 +0000 (00:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 12 Jan 2020 08:07:42 +0000 (00:07 -0800)
This fixes build errors of all sorts.

Also, emit .exit.text unconditionally.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/vmlinux.lds.S

index 61afd78..59b6df1 100644 (file)
@@ -172,12 +172,14 @@ SECTIONS
        }
        PERCPU_SECTION(SMP_CACHE_BYTES)
 
-#ifdef CONFIG_JUMP_LABEL
        . = ALIGN(PAGE_SIZE);
        .exit.text : {
                EXIT_TEXT
        }
-#endif
+
+       .exit.data : {
+               EXIT_DATA
+       }
 
        . = ALIGN(PAGE_SIZE);
        __init_end = .;