projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc842b8
)
generic: add __FINITDATA
author
Ingo Molnar
<mingo@elte.hu>
Wed, 6 Feb 2008 21:39:45 +0000
(22:39 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 6 Feb 2008 21:39:45 +0000
(22:39 +0100)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/init.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/init.h
b/include/linux/init.h
index 90cdbbbbe0778f4d2d26e62d7171cc6e33da335c..a404a0055dd7400489f5cc2ecff32c45d87f61ce 100644
(file)
--- a/
include/linux/init.h
+++ b/
include/linux/init.h
@@
-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"