patch-2.4.4 linux/arch/arm/mm/small_page.c

Next file: linux/arch/arm/nwfpe/Makefile
Previous file: linux/arch/arm/mm/proc-sa110.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/arch/arm/mm/small_page.c linux/arch/arm/mm/small_page.c
@@ -202,17 +202,6 @@
 	printk("Trying to free free small page from %p\n", __builtin_return_address(0));
 }
 
-unsigned long get_page_2k(int priority)
-{
-	return __get_small_page(priority, orders+0);
-}
-
-void free_page_2k(unsigned long spage)
-{
-	__free_small_page(spage, orders+0);
-}
-
-#if PAGE_SIZE > 8192
 unsigned long get_page_8k(int priority)
 {
 	return __get_small_page(priority, orders+1);
@@ -222,4 +211,3 @@
 {
 	__free_small_page(spage, orders+1);
 }
-#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)