mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 23:34:05 +08: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