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
-  Lines: 9
-  Date:
Mon Dec  6 10:14:13 1999
-  Orig file: 
v2.3.29/linux/arch/arm/mm/small_page.c
-  Orig date: 
Tue Nov 23 22:42:20 1999
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)