diff --git a/[refs] b/[refs] index 1270eb305c37..ff6710c4d4c6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bfe8df3d314bddf30758bd738e0087e80964760c +refs/heads/master: 0322a2b84096270c238da45f444bd3c9eb6f5e9c diff --git a/trunk/include/linux/init.h b/trunk/include/linux/init.h index f8d9d0b5cffc..9b7a2ba8237e 100644 --- a/trunk/include/linux/init.h +++ b/trunk/include/linux/init.h @@ -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__ /*