From: Mattia D. <mal...@li...> - 2006-09-24 11:47:59
|
Hello Paolo, with the following change the patch applies and hopefully works, still building here but mm/fremap.o is done so I'm quite optimistic :) (__prot is used in the code, not prot). NOTE: I hope sourceforge smtp won't reject my message... --- ./skas-2.6.18-rc4-v9-pre9-fremap.patch.orig 2006-09-24 12:37:57.000000000 +0200 +++ ./skas-2.6.18-rc4-v9-pre9-fremap.patch 2006-09-24 13:03:18.000000000 +0200 @@ -1454,7 +1454,7 @@ */ -asmlinkage long sys_remap_file_pages(unsigned long start, unsigned long size, +long __remap_file_pages(struct mm_struct *mm, unsigned long start, unsigned long size, - unsigned long prot, unsigned long pgoff, unsigned long flags) + unsigned long __prot, unsigned long pgoff, unsigned long flags) { - struct mm_struct *mm = current->mm; struct address_space *mapping; -- mattia :wq! |