From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759782AbYA0W64 (ORCPT ); Sun, 27 Jan 2008 17:58:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754812AbYA0W6r (ORCPT ); Sun, 27 Jan 2008 17:58:47 -0500 Received: from terminus.zytor.com ([198.137.202.10]:40129 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754732AbYA0W6q (ORCPT ); Sun, 27 Jan 2008 17:58:46 -0500 Message-ID: <479D0C71.6000006@zytor.com> Date: Sun, 27 Jan 2008 14:57:53 -0800 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Ian Campbell CC: Yinghai Lu , linux-kernel@vger.kernel.org, Thomas Gleixner , Ingo Molnar Subject: Re: [PATCH 3/9] x86_64: Switch to .data.compressed in arch/x86/boot/compressed/vmlinux_64.scr References: <86802c440801261659s1102f38cr16858d350929b0e1@mail.gmail.com> <1201471499.18241.23.camel@localhost.localdomain> In-Reply-To: <1201471499.18241.23.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ian Campbell wrote: > On Sat, 2008-01-26 at 16:59 -0800, Yinghai Lu wrote: > >> can you make 32 bit use .text.compressed instead ? > > Any reason to prefer .text? It is data at this stage after all. > Technically, it's .rodata... -hpa