anyone want to remove the remaining traces of "get_free_page"?

From: Robert P. J. Day
Date: Wed Dec 20 2006 - 07:45:41 EST



given that "get_free_page" is dead:

http://www.ussg.iu.edu/hypermail/linux/kernel/0210.1/1471.html

maybe someone wants to remove the final references to it from the
tree:

$ grep -rw get_free_page *
arch/sparc/kernel/ioport.c: * <rth> zait: remap_it_my_way(virt_to_phys(get_free_page()))
arch/sparc/kernel/ioport.c: * <zaitcev> Suppose I did this remap_it_my_way(virt_to_phys(get_free_page())).
arch/um/os-Linux/aio.c: * which needs get_free_page. exit_aio is a __uml_exitcall because the generic
Documentation/nommu-mmap.txt: allocate the buffer, not get_free_page().
drivers/net/wan/z85230.c: * DMA now uses get_free_page as kmalloc buffers may span a 64K
include/asm-i386/kexec.h: * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return.
include/asm-sh/kexec.h: * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return.
include/asm-s390/kexec.h: * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return.
include/asm-x86_64/kexec.h: * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return.

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