Changeset 17935


Ignore:
Timestamp:
11/27/11 19:56:34 (18 months ago)
Author:
BrainSlayer
Message:

faster hand optimized mksquashfs-lzma tool

Location:
src/linux/xscale/linux-2.6.34.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/linux/xscale/linux-2.6.34.6/net/core/skbuff.c

    r17786 r17935  
    357357        int node = dev->dev.parent ? dev_to_node(dev->dev.parent) : -1; 
    358358        struct page *page; 
     359 
     360#ifdef CONFIG_ARCH_IXP4XX  
     361        gfp_mask |= GFP_DMA; 
     362#endif 
    359363 
    360364        page = alloc_pages_node(node, gfp_mask, 0); 
     
    750754        } else { 
    751755                n = kmem_cache_alloc(skbuff_head_cache, gfp_mask); 
    752                 if (!n) 
     756                if (!n) 
    753757                        return NULL; 
    754758 
Note: See TracChangeset for help on using the changeset viewer.