[ofa-general] Re: [PATCH 1/11] IB/ipoib: high dma support
Roland Dreier
rdreier at cisco.com
Wed Sep 26 10:55:08 PDT 2007
> + struct page *page = alloc_page(GFP_ATOMIC | GFP_HIGHUSER);
actually:
+ struct page *page = alloc_page(GFP_ATOMIC | __GFP_HIGHMEM);
- R.
More information about the general
mailing list