Re: [PATCH] x86/mm: Assign the initail value to the pmd_idx

2015-07-20 Thread Yinghai Lu
On Sun, Jul 12, 2015 at 5:18 AM, Minfei Huang wrote: > From: Minfei Huang > > The variable pmd_idx is undefined, when we try to start the loop to > calculate the page. > > Assign the proper value which indexes the start address to make it work > well. > > Signed-off-by: Minfei Huang > --- > arc

Re: [PATCH] x86/mm: Assign the initail value to the pmd_idx

2015-07-20 Thread Minfei Huang
ping. Can someone help review this patch? Thanks Minfei On 07/12/15 at 08:18P, Minfei Huang wrote: > From: Minfei Huang > > The variable pmd_idx is undefined, when we try to start the loop to > calculate the page. > > Assign the proper value which indexes the start address to make it work > w

[PATCH] x86/mm: Assign the initail value to the pmd_idx

2015-07-12 Thread Minfei Huang
From: Minfei Huang The variable pmd_idx is undefined, when we try to start the loop to calculate the page. Assign the proper value which indexes the start address to make it work well. Signed-off-by: Minfei Huang --- arch/x86/mm/init_32.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ar