|
@@ -93,13 +93,13 @@
|
|
|
|
|
|
#define __exit __section(.exit.text) __exitused __cold notrace
|
|
|
|
|
|
-/* Used for HOTPLUG_CPU */
|
|
|
-#define __cpuinit __section(.cpuinit.text) __cold notrace
|
|
|
-#define __cpuinitdata __section(.cpuinit.data)
|
|
|
-#define __cpuinitconst __constsection(.cpuinit.rodata)
|
|
|
-#define __cpuexit __section(.cpuexit.text) __exitused __cold notrace
|
|
|
-#define __cpuexitdata __section(.cpuexit.data)
|
|
|
-#define __cpuexitconst __constsection(.cpuexit.rodata)
|
|
|
+/* temporary, until all users are removed */
|
|
|
+#define __cpuinit
|
|
|
+#define __cpuinitdata
|
|
|
+#define __cpuinitconst
|
|
|
+#define __cpuexit
|
|
|
+#define __cpuexitdata
|
|
|
+#define __cpuexitconst
|
|
|
|
|
|
/* Used for MEMORY_HOTPLUG */
|
|
|
#define __meminit __section(.meminit.text) __cold notrace
|
|
@@ -118,9 +118,8 @@
|
|
|
#define __INITRODATA .section ".init.rodata","a",%progbits
|
|
|
#define __FINITDATA .previous
|
|
|
|
|
|
-#define __CPUINIT .section ".cpuinit.text", "ax"
|
|
|
-#define __CPUINITDATA .section ".cpuinit.data", "aw"
|
|
|
-#define __CPUINITRODATA .section ".cpuinit.rodata", "a"
|
|
|
+/* temporary, until all users are removed */
|
|
|
+#define __CPUINIT
|
|
|
|
|
|
#define __MEMINIT .section ".meminit.text", "ax"
|
|
|
#define __MEMINITDATA .section ".meminit.data", "aw"
|