From 49ce8c942fd302206a7b161f0622ff8bc075dbcd Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 25 Feb 2025 22:52:04 +0100 Subject: vm_object: Drop old now-unused counter --- vm/vm_object.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'vm/vm_object.c') diff --git a/vm/vm_object.c b/vm/vm_object.c index a144f348..623c8af6 100644 --- a/vm/vm_object.c +++ b/vm/vm_object.c @@ -194,15 +194,6 @@ def_simple_lock_data(static,vm_object_cached_lock_data) #define vm_object_cache_locked() \ simple_lock_taken(&vm_object_cached_lock_data) -/* - * Number of physical pages referenced by cached objects. - * This counter is protected by its own lock to work around - * lock ordering issues. - */ -int vm_object_cached_pages; - -def_simple_lock_data(static,vm_object_cached_pages_lock_data) - /* * Virtual memory objects are initialized from * a template (see vm_object_allocate). -- cgit v1.2.3