[ofa-general] Re: [PATCH 1/11] IB/ipoib: high dma support

Michael S. Tsirkin mst at dev.mellanox.co.il
Thu Sep 27 14:08:47 PDT 2007


> Quoting Roland Dreier <rdreier at cisco.com>:
> Subject: Re: [ofa-general] Re: [PATCH 1/11] IB/ipoib: high dma support
> 
>  > +		struct page *page = alloc_page(GFP_ATOMIC | GFP_HIGHUSER);
> 
> actually:
> 
> +		struct page *page = alloc_page(GFP_ATOMIC | __GFP_HIGHMEM);

Isn't this likely to hurt performance on 32 bit systems?

-- 
MST



More information about the general mailing list