From d97c4a997f0f8180cb96123b396fcfdce3498862 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 13 Oct 2007 08:40:24 +0100 Subject: [PATCH] --- yaml --- r: 68335 b: refs/heads/master c: 23ec23c2d3496d1cdf74f73d60ab1051405ca774 h: refs/heads/master i: 68333: 2beeb4bf9a64c0bd065c526c2077154fb0c7fe11 68331: 7a97b3b9688d8179315b553ec9a0ea4e35277a24 68327: 0a330a6245791f5971f2b20247201171de6357fa 68319: 6176e54ce97acddfaf51bf4ba53d7cdb52d8a2eb v: v3 --- [refs] | 2 +- trunk/include/asm-generic/vmlinux.lds.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ea2b8b12535f..3e765e593241 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c5d6471ff9172e4d8f7a5b484b459c56904ae1f0 +refs/heads/master: 23ec23c2d3496d1cdf74f73d60ab1051405ca774 diff --git a/trunk/include/asm-generic/vmlinux.lds.h b/trunk/include/asm-generic/vmlinux.lds.h index 0240e0506a07..5615440027ec 100644 --- a/trunk/include/asm-generic/vmlinux.lds.h +++ b/trunk/include/asm-generic/vmlinux.lds.h @@ -153,7 +153,8 @@ #define TEXT_TEXT \ ALIGN_FUNCTION(); \ *(.text) \ - *(.text.init.refok) + *(.text.init.refok) \ + *(.exit.text.refok) /* sched.text is aling to function alignment to secure we have same * address even at second ld pass when generating System.map */