mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
generic: add __FINITDATA
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
cc842b82cc
commit
9f9975a55d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user