summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2016-06-14 17:08:03 +0800
committerAlex Shi <alex.shi@linaro.org>2016-06-14 17:08:03 +0800
commit9ad8208bd7d0a5d9e232142d95f94bddc35ffff7 (patch)
tree7cdc0808be3bf18db4c44aafc56d565770d297cb /mm/page_alloc.c
parentcf5ba83bb248452b5b320d8f2ee48bd90e5cf3f6 (diff)
parentc66b2190a13e321233ac1349d238d699dffefe09 (diff)
Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 755f29fac22f..8bbefa93eb77 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -963,7 +963,7 @@ static inline void init_reserved_page(unsigned long pfn)
* marks the pages PageReserved. The remaining valid pages are later
* sent to the buddy page allocator.
*/
-void __meminit reserve_bootmem_region(unsigned long start, unsigned long end)
+void __meminit reserve_bootmem_region(phys_addr_t start, phys_addr_t end)
{
unsigned long start_pfn = PFN_DOWN(start);
unsigned long end_pfn = PFN_UP(end);