Removed references to bclnlist which we don't use/support/need.

This commit is contained in:
David Greenman 1994-10-18 06:55:57 +00:00
parent 1b4bb67169
commit 08d7d166b8
4 changed files with 4 additions and 9 deletions

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_synch.c 8.6 (Berkeley) 1/21/94
* $Id: kern_synch.c,v 1.6 1994/10/02 04:45:50 davidg Exp $
* $Id: kern_synch.c,v 1.7 1994/10/02 17:35:18 phk Exp $
*/
#include <sys/param.h>
@ -217,8 +217,6 @@ schedcpu(arg)
splx(s);
}
vmmeter();
if (bclnlist != NULL)
wakeup((caddr_t)pageproc);
timeout(schedcpu, (void *)0, hz);
}

View File

@ -16,7 +16,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
* $Id: vfs_bio.c,v 1.13 1994/10/04 03:10:47 davidg Exp $
* $Id: vfs_bio.c,v 1.14 1994/10/05 09:48:21 davidg Exp $
*/
#include <sys/param.h>
@ -37,7 +37,6 @@
struct buf *buf; /* buffer header pool */
int nbuf; /* number of buffer headers calculated elsewhere */
struct swqueue bswlist;
struct buf *bclnlist; /* Head of cleaned page list. */
extern vm_map_t buffer_map, io_map;

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)buf.h 8.7 (Berkeley) 1/21/94
* $Id: buf.h,v 1.8 1994/10/05 09:48:38 davidg Exp $
* $Id: buf.h,v 1.9 1994/10/10 00:58:31 phk Exp $
*/
#ifndef _SYS_BUF_H_
@ -190,7 +190,6 @@ extern int bufpages; /* Number of memory pages in the buffer pool. */
extern struct buf *swbuf; /* Swap I/O buffer headers. */
extern int nswbuf; /* Number of swap I/O buffer headers. */
extern TAILQ_HEAD(swqueue, buf) bswlist;
extern struct buf *bclnlist; /* Head of cleaned page list. */
__BEGIN_DECLS
void bufinit __P((void));

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)buf.h 8.7 (Berkeley) 1/21/94
* $Id: buf.h,v 1.8 1994/10/05 09:48:38 davidg Exp $
* $Id: buf.h,v 1.9 1994/10/10 00:58:31 phk Exp $
*/
#ifndef _SYS_BUF_H_
@ -190,7 +190,6 @@ extern int bufpages; /* Number of memory pages in the buffer pool. */
extern struct buf *swbuf; /* Swap I/O buffer headers. */
extern int nswbuf; /* Number of swap I/O buffer headers. */
extern TAILQ_HEAD(swqueue, buf) bswlist;
extern struct buf *bclnlist; /* Head of cleaned page list. */
__BEGIN_DECLS
void bufinit __P((void));