Messages in this thread |  | | | Date | Fri, 2 Dec 2005 01:05:48 -0800 | | From | Andrew Morton <> | | Subject | Re: [patch 3/3] x86_64: Node local PDA -- allocate node local memory for pda |
Ravikiran G Thirumalai <kiran@scalex86.org> wrote: > > --- linux-2.6.15-rc3.orig/arch/x86_64/kernel/head64.c 2005-11-30 17:01:18.000000000 -0800 > +++ linux-2.6.15-rc3/arch/x86_64/kernel/head64.c 2005-11-30 17:07:14.000000000 -0800 > @@ -80,6 +80,7 @@ > { > char *s; > int i; > + extern struct x8664_pda boot_cpu_pda[];
And what happens if someone later changes the type of boot_cpu_pda? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |