On Thu, Jun 07, 2007 at 04:07:46AM -0400, Robert P. J. Day wrote:
> 
>   the following represents the entire set of calls to the
> __get_dma_pages() macro that i plan on reverting back to the regular
> get_free_pages() macro so __get_dma_pages() can be tossed.  any major
> objections?
> 
> include/asm-sh/floppy.h:      return 
> __get_dma_pages(GFP_KERNEL,get_order(size));
Hmm, I thought I killed that a long time ago.. In any event, we never set
ARCH_MAY_HAVE_PC_FDC, so this header is never used. Feel free to just
kill the header entirely in your conversion patch.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to