Browse Source

generic: add __FINITDATA

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 17 years ago
parent
commit
9f9975a55d
1 changed files with 1 additions and 0 deletions
  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"