From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763422AbXFATSx (ORCPT ); Fri, 1 Jun 2007 15:18:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762024AbXFATSq (ORCPT ); Fri, 1 Jun 2007 15:18:46 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:39043 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761943AbXFATSp (ORCPT ); Fri, 1 Jun 2007 15:18:45 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: "Yinghai Lu" Cc: "Andi Kleen" , "Andrew Morton" , "Greg KH" , "Bjorn Helgaas" , "Vivek Goyal" , "linux kernel mailing list" Subject: Re: [PATCH 2/3]i386: early init pgt for fix virtual addr in head.S References: <86802c440705202219o21d11023od1018d253364bf5c@mail.gmail.com> Date: Fri, 01 Jun 2007 13:17:27 -0600 In-Reply-To: <86802c440705202219o21d11023od1018d253364bf5c@mail.gmail.com> (Yinghai Lu's message of "Sun, 20 May 2007 22:19:13 -0700") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org "Yinghai Lu" writes: > early init pgt for fix virtual addr in head.S, so can use set_fixmap > before setup_arch. > otherwise set_fixmap_nocache will not work for i386 > > Signed-off-by: "Eric W. Biederman" > Signed-off-by: Yinghai Lu Hmm. I'm wondering how my signed off by got on this one. Maybe I did this at some point. In any case this patch looks wrong (unless I'm completely mistaken) because it doesn't appear to handle PAE mode. Which is why I initialized the early page table in C, in my last round of patches on this subject. If we don't know the page table format doing this kind of thing is very difficult. Eric