> Quoting Roland Dreier <[EMAIL PROTECTED]>: > 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 _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
