Commit 9f9975a5 authored by Ingo Molnar's avatar Ingo Molnar

generic: add __FINITDATA

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