Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756545Ab3DLUy6 (ORCPT ); Fri, 12 Apr 2013 16:54:58 -0400 Received: from usmamail.tilera.com ([12.216.194.151]:46927 "EHLO USMAMAIL.TILERA.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755061Ab3DLUy4 (ORCPT ); Fri, 12 Apr 2013 16:54:56 -0400 Message-ID: <5168749E.80008@tilera.com> Date: Fri, 12 Apr 2013 16:54:54 -0400 From: Chris Metcalf User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Jiang Liu CC: Andrew Morton , Jiang Liu , David Rientjes , Wen Congyang , Mel Gorman , Minchan Kim , KAMEZAWA Hiroyuki , Michal Hocko , James Bottomley , Sergei Shtylyov , David Howells , Mark Salter , Jianguo Wu , , , , Rusty Russell , Bjorn Helgaas , "David S. Miller" Subject: Re: [PATCH v4, part3 06/41] tile: normalize global variables exported by vmlinux.lds References: <1365258760-30821-1-git-send-email-jiang.liu@huawei.com> <1365258760-30821-7-git-send-email-jiang.liu@huawei.com> In-Reply-To: <1365258760-30821-7-git-send-email-jiang.liu@huawei.com> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1299 Lines: 34 On 4/6/2013 10:32 AM, Jiang Liu wrote: > Normalize global variables exported by vmlinux.lds to conform usage > guidelines from include/asm-generic/sections.h. > > 1) Use _text to mark the start of the kernel image including the head > text, and _stext to mark the start of the .text section. > 2) Export mandatory global variables __init_begin and __init_end. > > Signed-off-by: Jiang Liu > Cc: Chris Metcalf > Cc: Rusty Russell > Cc: Bjorn Helgaas > Cc: "David S. Miller" > Cc: Wen Congyang > Cc: David Howells > Cc: linux-kernel@vger.kernel.org > --- > arch/tile/include/asm/sections.h | 2 +- > arch/tile/kernel/setup.c | 4 ++-- > arch/tile/kernel/vmlinux.lds.S | 4 +++- > arch/tile/mm/init.c | 2 +- > 4 files changed, 7 insertions(+), 5 deletions(-) Acked-by: Chris Metcalf -- Chris Metcalf, Tilera Corp. http://www.tilera.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/