So after all we do need a flag?<br><br>
<div><span class="gmail_quote">On 9/27/07, <b class="gmail_sendername">Roland Dreier</b> <<a href="mailto:rdreier@cisco.com">rdreier@cisco.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">> > +          struct page *page = alloc_page(GFP_ATOMIC | __GFP_HIGHMEM);<br>><br>> Isn't this likely to hurt performance on 32 bit systems?
<br><br>Yeah, I guess the kernel would need to kmap the data in most cases<br>anyway.  So there's not much point in trying to use high memory.<br><br>- R.<br>_______________________________________________<br>general mailing list
<br><a href="mailto:general@lists.openfabrics.org">general@lists.openfabrics.org</a><br><a href="http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general">http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general
</a><br><br>To unsubscribe, please visit <a href="http://openib.org/mailman/listinfo/openib-general">http://openib.org/mailman/listinfo/openib-general</a><br></blockquote></div><br>