From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757684AbYBYCRz (ORCPT ); Sun, 24 Feb 2008 21:17:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753908AbYBYCRs (ORCPT ); Sun, 24 Feb 2008 21:17:48 -0500 Received: from terminus.zytor.com ([198.137.202.10]:37920 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753895AbYBYCRr (ORCPT ); Sun, 24 Feb 2008 21:17:47 -0500 Message-ID: <47C2252C.30405@zytor.com> Date: Sun, 24 Feb 2008 18:17:16 -0800 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Cyrill Gorcunov CC: Yinghai Lu , Ingo Molnar , "Eric W. Biederman" , Sam Ravnborg , LKML Subject: Re: [Q] x86 - boot/header.S References: <20080223082026.GA6747@cvg> <86802c440802230044sbfc909t656aadf5729b31c2@mail.gmail.com> <20080223090739.GB6747@cvg> In-Reply-To: <20080223090739.GB6747@cvg> 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 Cyrill Gorcunov wrote: > Look, we only have head64.c - there is no head32.c at all. That's true to some degree, but head64.c contains a bunch of stuff which lives in setup_32.c in the 32-bit world. -hpa