hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/sh/include/asm/vmlinux.lds.h
....@@ -15,12 +15,4 @@
1515 #define DWARF_EH_FRAME
1616 #endif
1717
18
-#ifdef CONFIG_SUPERH64
19
-#define EXTRA_TEXT \
20
- *(.text64) \
21
- *(.text..SHmedia32)
22
-#else
23
-#define EXTRA_TEXT
24
-#endif
25
-
2618 #endif /* __ASM_SH_VMLINUX_LDS_H */