]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ia64/kernel/uncached.c
[IA64] Fix section conflict of ia64_mlogbuf_finish
[linux-2.6-omap-h63xx.git] / arch / ia64 / kernel / uncached.c
index 4c73a67636692cad28d089e3f491c61b0353c611..c58e933694d5d2724744f2d19d1c05dc1e993b2b 100644 (file)
@@ -98,7 +98,7 @@ 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,
+       page = alloc_pages_node(nid, GFP_KERNEL | __GFP_ZERO | GFP_THISNODE,
                                IA64_GRANULE_SHIFT-PAGE_SHIFT);
        if (!page) {
                mutex_unlock(&uc_pool->add_chunk_mutex);