Re: Strange patch to the Z85230 driver.

William Lee Irwin III (wli@holomorphy.com)
Sat, 12 Oct 2002 10:59:57 -0700


On Sat, Oct 12, 2002 at 07:02:29PM +0100, Alan Cox wrote:
> These are DMA ring buffers for ISA DMA, they do not need to be zeroed.

get_free_page() was #defined to get_zeroed_page() to begin with.

/mnt/b/2.5.38/linux-2.5/include/linux/gfp.h:83:#define get_free_page get_zeroed_page

Bill
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/