We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f20997 commit 5dbbb3eCopy full SHA for 5dbbb3e
include/linux/init.h
@@ -47,7 +47,7 @@
47
48
/* These are for everybody (although not all archs will actually
49
discard it in modules) */
50
-#define __init __section(".init.text") __cold __latent_entropy __noinitretpoline __nocfi
+#define __init __section(".init.text") __cold __latent_entropy __noinitretpoline
51
#define __initdata __section(".init.data")
52
#define __initconst __section(".init.rodata")
53
#define __exitdata __section(".exit.data")
0 commit comments