Title: [9732] trunk/mm/nommu.c: nommu: update pcpu_get_vm_areas prototype to match 2.6.38 changes
Revision
9732
Author
vapier
Date
2011-03-18 03:34:39 -0400 (Fri, 18 Mar 2011)

Log Message

nommu: update pcpu_get_vm_areas prototype to match 2.6.38 changes

Modified Paths


Diff

Modified: trunk/mm/nommu.c (9731 => 9732)


--- trunk/mm/nommu.c	2011-03-18 07:10:47 UTC (rev 9731)
+++ trunk/mm/nommu.c	2011-03-18 07:34:39 UTC (rev 9732)
@@ -2113,7 +2113,7 @@
 
 struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets,
 					const size_t *sizes, int nr_vms,
-						size_t align, gfp_t gfp_mask)
+					size_t align)
 {
 	pr_warning("Cannot get vmalloc areas from blackfin SMP kernel\n");
 	return NULL;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to