From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 10 Oct 2007 20:59:49 +0100 (BST) Received: from fk-out-0910.google.com ([209.85.128.189]:22069 "EHLO fk-out-0910.google.com") by ftp.linux-mips.org with ESMTP id S20030337AbXJJT7k (ORCPT ); Wed, 10 Oct 2007 20:59:40 +0100 Received: by fk-out-0910.google.com with SMTP id f40so295950fka for ; Wed, 10 Oct 2007 12:59:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=742hgTHZyqZEaHYqWIcMnWI+kyryZhI9IYXAEMApRLs=; b=aKLJ0vk9x6XoXHaYk1MV1PVd8xdFMPKl1ZTJ8ECR1yEef0ttNeGREmqa1I2FzMjUKuwfE26oq3pSUEUaK7qTrMfn+XkVCpgvGsAGzt9HAqw+aiJ5XGehUaJQ3tUY6CmhgpIrUduqZINjFm9oki9EqDbUqWvob8iPwhW8ByMUibY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=eTEAmgpY2YvMo/tWTa61GOOYmhQtyVx4YJy5oQELvtSrgF1/t6JYPpU4WfyWe5khs79YheAAuVzyaV9TZUg0Yqs9r+1bNlUw8YxOoWvx21MAq7w78Nlf2s8Gor+SzDN1B4SY7G35re4IDqcEMgTuADGj+r5MK66oHE/UltXZ/Xk= Received: by 10.82.165.13 with SMTP id n13mr2279012bue.1192046362869; Wed, 10 Oct 2007 12:59:22 -0700 (PDT) Received: from ?192.168.0.1? ( [82.235.205.153]) by mx.google.com with ESMTPS id w5sm2628465mue.2007.10.10.12.59.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 10 Oct 2007 12:59:20 -0700 (PDT) Message-ID: <470D2F03.10406@gmail.com> Date: Wed, 10 Oct 2007 21:58:59 +0200 From: Franck Bui-Huu User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Geert Uytterhoeven CC: Ralf Baechle , "Maciej W. Rozycki" , Thiemo Seufer , linux-mips@linux-mips.org Subject: Re: [PATCH 2/6] tlbex.c: Remove relocs[] and labels[] from the init.data section References: <4703F155.4000301@gmail.com> <20071003201800.GP16772@networkno.de> <47049734.6050802@gmail.com> <20071004121557.GA28928@linux-mips.org> <4705004C.5000705@gmail.com> <20071005115151.GA16145@linux-mips.org> <470BE58A.9070709@gmail.com> <470BE61F.5020108@gmail.com> <20071010142755.GA9325@linux-mips.org> <20071010164236.GB10243@linux-mips.org> In-Reply-To: X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 16946 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: fbuihuu@gmail.com Precedence: bulk X-list: linux-mips Geert Uytterhoeven wrote: > Or e.g. static struct label labels[128] __initdata = { 0, }; > Cfr. the old rule `always initialize initdata, even if it must be 0'. > I also noticed that init data aren't initialized as they should be, but they're still part of initdata not bss. Franck