Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2006 22:12:23 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 103609 for review
Message-ID:  <200608102212.k7AMCNKA074874@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103609

Change 103609 by gonzo@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608102212.k7AMCNKA074874>