Skip to content
Snippets Groups Projects
Commit 9f9975a5 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

generic: add __FINITDATA


Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent cc842b82
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment