Re: [PATCH 23/46] x86, mm: Remove parameter in alloc_low_page for 64bit

2012-11-13 Thread Stefano Stabellini
On Mon, 12 Nov 2012, Yinghai Lu wrote: > Now all page table buf are pre-mapped, and could use virtual address directly. > So don't need to remember physical address anymore. > > Remove that phys pointer in alloc_low_page(), and that will allow us to merge > alloc_low_page between 64bit and 32bit.

[PATCH 23/46] x86, mm: Remove parameter in alloc_low_page for 64bit

2012-11-12 Thread Yinghai Lu
Now all page table buf are pre-mapped, and could use virtual address directly. So don't need to remember physical address anymore. Remove that phys pointer in alloc_low_page(), and that will allow us to merge alloc_low_page between 64bit and 32bit. Signed-off-by: Yinghai Lu --- arch/x86/mm/init