Skip to content

Commit

Permalink
generic: add __FINITDATA
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Feb 6, 2008
1 parent cc842b8 commit 9f9975a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9f9975a

Please sign in to comment.