Title: [9814] trunk/include/linux/vmalloc.h: nommu: fix thinko in new vcoalesce() handler for mmu systems
Revision
9814
Author
vapier
Date
2011-04-01 18:27:05 -0400 (Fri, 01 Apr 2011)

Log Message

nommu: fix thinko in new vcoalesce() handler for mmu systems

Modified Paths


Diff

Modified: trunk/include/linux/vmalloc.h (9813 => 9814)


--- trunk/include/linux/vmalloc.h	2011-04-01 22:24:42 UTC (rev 9813)
+++ trunk/include/linux/vmalloc.h	2011-04-01 22:27:05 UTC (rev 9814)
@@ -44,7 +44,7 @@
 
 #ifdef CONFIG_MMU
 extern void __init vmalloc_init(void);
-#define vcoalesce(...) vmap(...)
+#define vcoalesce(...) vmap(__VA_ARGS__)
 #else
 static inline void vmalloc_init(void)
 {
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to