浏览代码

generic: add __FINITDATA

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 17 年之前
父节点
当前提交
9f9975a55d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/linux/init.h

+ 1 - 0
include/linux/init.h

@@ -110,6 +110,7 @@
 #define __FINIT		.previous
 
 #define __INITDATA	.section	".init.data","aw"
+#define __FINITDATA	.previous
 
 #define __DEVINIT        .section	".devinit.text", "ax"
 #define __DEVINITDATA    .section	".devinit.data", "aw"