From 006e1c8a7620f76fc576686ab67dabce5967cfa7 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 16 Oct 2007 01:23:47 -0700 Subject: [PATCH] --- yaml --- r: 69563 b: refs/heads/master c: 0322a2b84096270c238da45f444bd3c9eb6f5e9c h: refs/heads/master i: 69561: b8829ac2cb8ed2ece21109f9d2f16e14190ba394 69559: 650b962d2d56582b2644e8b20aac72b3444079e4 v: v3 --- [refs] | 2 +- trunk/include/linux/init.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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__ /*