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

Next file: linux/arch/i386/boot/setup.S
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.3.29/linux/arch/arm/mm/small_page.c linux/arch/arm/mm/small_page.c
@@ -116,7 +116,7 @@
 		remove_page_from_queue(page);
 	restore_flags(flags);
 
-	return __page_address(page) + (offset << order->shift);
+	return page_address(page) + (offset << order->shift);
 
 need_new_page:
 	page = alloc_page(priority);

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