patch-2.3.27 linux/arch/arm/mm/small_page.c
Next file: linux/arch/i386/boot/compressed/misc.c
Previous file: linux/arch/arm/kernel/process.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Thu Nov 11 10:33:42 1999
-  Orig file: 
v2.3.26/linux/arch/arm/mm/small_page.c
-  Orig date: 
Mon Nov  1 13:56:26 1999
diff -u --recursive --new-file v2.3.26/linux/arch/arm/mm/small_page.c linux/arch/arm/mm/small_page.c
@@ -33,7 +33,7 @@
  *  second level page tables on 32-bit ARMs.
  *
  * Theory:
- *  We "misuse" the Linux memory management system.  We use __get_pages
+ *  We "misuse" the Linux memory management system.  We use alloc_page
  *  to allocate a page and then mark it as reserved.  The Linux memory
  *  management system will then ignore the "offset", "next_hash" and
  *  "pprev_hash" entries in the mem_map for this page.
@@ -119,7 +119,7 @@
 	return page_address(page) + (offset << order->shift);
 
 need_new_page:
-	page = __get_pages(priority, 0);
+	page = alloc_page(priority);
 	if (!order->queue) {
 		if (!page)
 			goto no_page;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)