Author: alc
Date: Fri Sep  7 01:33:25 2012
New Revision: 240181
URL: http://svn.freebsd.org/changeset/base/240181

Log:
  Eliminate an unused macro.

Modified:
  head/sys/arm/include/pmap.h

Modified: head/sys/arm/include/pmap.h
==============================================================================
--- head/sys/arm/include/pmap.h Fri Sep  7 00:24:27 2012        (r240180)
+++ head/sys/arm/include/pmap.h Fri Sep  7 01:33:25 2012        (r240181)
@@ -124,13 +124,6 @@ struct     md_page {
        TAILQ_HEAD(,pv_entry)   pv_list;
 };
 
-#define        VM_MDPAGE_INIT(pg)                                              
\
-do {                                                                   \
-       TAILQ_INIT(&pg->pv_list);                                       \
-       mtx_init(&(pg)->md_page.pvh_mtx, "MDPAGE Mutex", NULL, MTX_DEV);\
-       (pg)->mdpage.pvh_attrs = 0;                                     \
-} while (/*CONSTCOND*/0)
-
 struct l1_ttable;
 struct l2_dtable;
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to