From ab59065903cb6791d7fb04f30379519d04e5df2a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 26 Mar 1996 21:17:52 +0000 Subject: Revert. --- libpager/priv.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'libpager/priv.h') diff --git a/libpager/priv.h b/libpager/priv.h index 277939a9..a7a55fe7 100644 --- a/libpager/priv.h +++ b/libpager/priv.h @@ -64,8 +64,6 @@ struct pager struct pending_init *init_head, *init_tail; #endif - struct anticipation *anticipations; - char *pagemap; int pagemapsize; }; @@ -88,15 +86,6 @@ struct attribute_request int attrs_pending; }; -struct anticipation -{ - struct anticipation *next; - vm_size_t len; - vm_offset_t offset; - vm_address_t address; - int dirty; -}; - #ifdef KERNEL_INIT_RACE struct pending_init { @@ -153,7 +142,3 @@ void _pager_lock_object (struct pager *, vm_offset_t, vm_size_t, int, int, void _pager_free_structure (struct pager *); void _pager_clean (void *arg); void _pager_real_dropweak (void *arg); -struct anticipation *_pager_check_anticipations (struct pager *, vm_size_t, - vm_offset_t); - - -- cgit v1.2.3