Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0322a2b8 authored by Ralf Baechle's avatar Ralf Baechle Committed by Linus Torvalds
Browse files

Add assembler equivalents to __init{,date}_refok



I need __INIT_REFOK to fix a MODPOST warning for a few MIPS configs which
have to call init code from .text very early in the game due to bootloader
issues.  __INITDATA_REFOK is just for consistency.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent bfe8df3d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -67,8 +67,10 @@

/* For assembly routines */
#define __INIT		.section	".init.text","ax"
#define __INIT_REFOK	.section	".text.init.refok","ax"
#define __FINIT		.previous
#define __INITDATA	.section	".init.data","aw"
#define __INITDATA_REFOK .section	".data.init.refok","aw"

#ifndef __ASSEMBLY__
/*