hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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 */