-7
include/asm-generic/vmlinux.lds.h
-7
include/asm-generic/vmlinux.lds.h
···
138
138
* are handled as text/data or they can be discarded (which
139
139
* often happens at runtime)
140
140
*/
141
-
#ifdef CONFIG_HOTPLUG_CPU
142
-
#define CPU_KEEP(sec) *(.cpu##sec)
143
-
#define CPU_DISCARD(sec)
144
-
#else
145
-
#define CPU_KEEP(sec)
146
-
#define CPU_DISCARD(sec) *(.cpu##sec)
147
-
#endif
148
141
149
142
#if defined(CONFIG_MEMORY_HOTPLUG)
150
143
#define MEM_KEEP(sec) *(.mem##sec)