Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Apr 2005 05:06:43 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 75862 for review
Message-ID:  <200504240506.j3O56hqF046668@repoman.freebsd.org>

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

Change 75862 by marcel@marcel_nfs on 2005/04/24 05:05:46

	Diff reduction.

Affected files ...

.. //depot/projects/tty/sys/vm/vm_object.h#13 edit

Differences ...

==== //depot/projects/tty/sys/vm/vm_object.h#13 (text+ko) ====

@@ -130,15 +130,6 @@
 		struct {
 			int swp_bcount;
 		} swp;
-
-		/*
-		 * KGI pager
-		 *
-		 *	kgip_pglist - list of allocated pages.
-		 */
-		struct {
-			TAILQ_HEAD(, vm_page) kgip_pglist;
-		} kgip;
 	} un_pager;
 };
 



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