Module Name:    src
Committed By:   matt
Date:           Fri Feb 10 06:00:55 UTC 2012

Modified Files:
        src/sys/rump/librump/rumpkern [matt-nb5-mips64]: vm.c

Log Message:
uvm_pageout_done doesn't return anything more (it's void).


To generate a diff of this commit:
cvs rdiff -u -r1.41.8.1 -r1.41.8.2 src/sys/rump/librump/rumpkern/vm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpkern/vm.c
diff -u src/sys/rump/librump/rumpkern/vm.c:1.41.8.1 src/sys/rump/librump/rumpkern/vm.c:1.41.8.2
--- src/sys/rump/librump/rumpkern/vm.c:1.41.8.1	Thu Feb  9 03:15:18 2012
+++ src/sys/rump/librump/rumpkern/vm.c	Fri Feb 10 06:00:55 2012
@@ -662,7 +662,6 @@ uvm_pageout_done(struct vm_page *pg, boo
 	} else {
 		wakeup(&uvmexp.free);
 	}
-	return NULL;
 }
 
 /* XXX: following two are unfinished because lwp's are not refcounted yet */

Reply via email to