PERFORCE change 103609 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Aug 10 22:12:24 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103609

Change 103609 by gonzo at gonzo_hideout on 2006/08/10 22:12:22

	o Clean out a couple of XXXMIPS. There is no need in them any more.

Affected files ...

.. //depot/projects/mips2/src/sys/kern/vfs_bio.c#5 edit

Differences ...

==== //depot/projects/mips2/src/sys/kern/vfs_bio.c#5 (text+ko) ====

@@ -3143,11 +3143,6 @@
 void
 bufdone_finish(struct buf *bp)
 {
-	bp = NULL;
-/* 
- * XXXMIPS: This was the easiest way to move on.
- * Leave it for later, since kernel at this stage won't probably boot.
- */
 	KASSERT(BUF_REFCNT(bp) > 0, ("biodone: bp %p not busy %d", bp,
 	    BUF_REFCNT(bp)));
 
@@ -3594,13 +3589,6 @@
 static void
 vm_hold_load_pages(struct buf *bp, vm_offset_t from, vm_offset_t to)
 {
-	bp = NULL;
-	from = (vm_offset_t) 0;
-	to = (vm_offset_t) 0;
-	/* 
-	 * XXXMIPS: Hack this part to make it working on MIPS.
-	 * Leave it for later.
-	 */
 	vm_offset_t pg;
 	vm_page_t p;
 	int index;


More information about the p4-projects mailing list