]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/ia64/kernel/uncached.c
Pull for-2.6.31 into release
[net-next-2.6.git] / arch / ia64 / kernel / uncached.c
index e6ac3c332d1758219e530d3ab9e7019e0c372870..a595823582d9cd6aa653d4ec56e5d045151c9cdb 100644 (file)
@@ -98,7 +98,8 @@ static int uncached_add_chunk(struct uncached_pool *uc_pool, int nid)
 
        /* attempt to allocate a granule's worth of cached memory pages */
 
-       page = alloc_pages_node(nid, GFP_KERNEL | __GFP_ZERO | GFP_THISNODE,
+       page = alloc_pages_exact_node(nid,
+                               GFP_KERNEL | __GFP_ZERO | GFP_THISNODE,
                                IA64_GRANULE_SHIFT-PAGE_SHIFT);
        if (!page) {
                mutex_unlock(&uc_pool->add_chunk_mutex);