From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Is this a typo? Date: Mon, 30 Oct 2006 16:12:28 -0800 Message-ID: <454694EC.5040700@goop.org> References: <45469194.7030306@goop.org> <20061031000612.GC5881@sequoia.sous-sol.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20061031000612.GC5881@sequoia.sous-sol.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.osdl.org Errors-To: virtualization-bounces@lists.osdl.org To: Chris Wright Cc: Virtualization Mailing List List-Id: virtualization@lists.linuxfoundation.org Chris Wright wrote: > * Jeremy Fitzhardinge (jeremy@goop.org) wrote: > = >> static pmd_t * __init one_md_table_init(pgd_t *pgd) >> { >> pud_t *pud; >> pmd_t *pmd_table; >> = >> #ifdef CONFIG_X86_PAE >> pmd_table =3D (pmd_t *) alloc_bootmem_low_pages(PAGE_SIZE); >> paravirt_alloc_pmd(__pa(page_table) >> PAGE_SHIFT); >> ^^^^^^^^^^ pmd_table? >> = > > Weird, that should be fixed already > = I haven't updated in a little while, so maybe I'm looking at stale stuff. J