From d8fed0f0f2dfeaa8eb715365afb88aae8a9edc9d Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 10 Apr 2003 18:42:06 +0000 Subject: - Kill the pv_flags member of the alpha mdpage since it stop being used in rev 1.61 of pmap.c. - Now that pmap_page_is_free() is empty and since it is just a hack for the Alpha pmap, remove it. --- sys/alpha/include/pmap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/alpha/include') diff --git a/sys/alpha/include/pmap.h b/sys/alpha/include/pmap.h index 981bea34cece..b64cee8e34c0 100644 --- a/sys/alpha/include/pmap.h +++ b/sys/alpha/include/pmap.h @@ -161,7 +161,6 @@ struct pv_entry; struct md_page { int pv_list_count; - int pv_flags; TAILQ_HEAD(,pv_entry) pv_list; }; -- cgit v1.3